Html Css Color HEX #885F03 Golden Brown

📋 copy color: '#885F03'

red 136 ◦ green 95 ◦ blue 3

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

Shades of Golden Brown #885F03

Tints of Golden Brown #885F03

RGB

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

 GREEN value IS 95 (37.5% from 255) = 40.6%

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

R = 58.12%
G = 40.6%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.98

 K value IS 0.47

RGB Variations

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

Color information

#885F03 (or 0x885F03) is known color: Golden Brown. HEX triplet: 88, 5F and 03. RGB value is (136,95,3). Sum of RGB (Red+Green+Blue) = 136+95+3=234 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.12% from 234); Green value is 95 (37.5% from 255 or 40.60% from 234); Blue value is 3 (1.56% from 255 or 1.28% from 234); Max value from RGB is 136 - color contains mainly: red. Hex color #885F03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885F03 is #77A0FC. Grayscale: #616161. Windows color (decimal): -7839997 or 221064. OLE color: 221064.

HSL color Cylindrical-coordinate representation of color #885F03: hue angle of 41.5º 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 #885F03 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 95 3 -
CMYK 0 0.30 0.98 0.47
HSL 41.5º 0.96% 0.27% -
HSV(B) 41.5º 0.98% 0.53% -
XYZ 14.26 13.43 1.93 -
YUV 96.77 75.08 155.98 -
System Red Green Blue C M Y K H S L
Decimal 136 95 3 0 0.30 0.98 0.47 41.5 0.96 0.27
Hex 88 5F 3 0 1E 62 2F 2A 60 1B
Octal 210 137 3 0 36 142 57 52 140 33
Binary 10001000 1011111 11 0 11110 1100010 101111 101010 1100000 11011

Color Harmonies of #885F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885F03

Black with #885F03

Text Example


Text Example

White with #885F03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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