Html Css Color HEX #885C03 Golden Brown

📋 copy color: '#885C03'

red 136 ◦ green 92 ◦ blue 3

#885C03
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #885C03

Tints of Golden Brown #885C03

RGB

 RED value IS 136 (53.52% from 255) = 58.87%

 GREEN value IS 92 (36.33% from 255) = 39.83%

 BLUE value IS 3 (1.56% from 255) = 1.3%

R = 58.87%
G = 39.83%
B = 1.3%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.98

 K value IS 0.47

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#885C03 (or 0x885C03) is known color: Golden Brown. HEX triplet: 88, 5C and 03. RGB value is (136,92,3). Sum of RGB (Red+Green+Blue) = 136+92+3=231 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.87% from 231); Green value is 92 (36.33% from 255 or 39.83% from 231); Blue value is 3 (1.56% from 255 or 1.30% from 231); Max value from RGB is 136 - color contains mainly: red. Hex color #885C03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885C03 is #77A3FC. Grayscale: #5F5F5F. Windows color (decimal): -7840765 or 220296. OLE color: 220296.

HSL color Cylindrical-coordinate representation of color #885C03: hue angle of 40.15º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #885C03 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 92 3 -
CMYK 0 0.32 0.98 0.47
HSL 40.15º 0.96% 0.27% -
HSV(B) 40.15º 0.98% 0.53% -
XYZ 14 12.9 1.84 -
YUV 95.01 76.08 157.24 -
System Red Green Blue C M Y K H S L
Decimal 136 92 3 0 0.32 0.98 0.47 40.15 0.96 0.27
Hex 88 5C 3 0 20 62 2F 28 60 1B
Octal 210 134 3 0 40 142 57 50 140 33
Binary 10001000 1011100 11 0 100000 1100010 101111 101000 1100000 11011

Color Harmonies of #885C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885C03

Black with #885C03

Text Example


Text Example

White with #885C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885C03; }

 p { color: rgb(136,92,3); }

 H1.HeaderClassName
 {
   color: #885C03;
 }
 .AnyTagClassName
 {
   color: #885C03;
 }
</style>

background-color css

<style>
 a { background-color: #885C03; }

 a { background-color: rgb(136,92,3); }

 div.DivClassName
 {
   background-color: #885C03;
 }
 .BgClassName
 {
   background-color: #885C03;
 }
</style>

border-color css

<style>
 span { border-color: #885C03; }

 span { border-color: rgb(136,92,3); }

 td.TdClassName
 {
   border-color: #885C03;
 }
 .TagClassName
 {
   border-color: #885C03;
 }
</style>