Html Css Color HEX #885F04 Golden Brown

📋 copy color: '#885F04'

red 136 ◦ green 95 ◦ blue 4

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

Shades of Golden Brown #885F04

Tints of Golden Brown #885F04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.7%

R = 57.87%
G = 40.43%
B = 1.7%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.97

 K value IS 0.47

RGB Variations

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

Color information

#885F04 (or 0x885F04) is known color: Golden Brown. HEX triplet: 88, 5F and 04. RGB value is (136,95,4). Sum of RGB (Red+Green+Blue) = 136+95+4=235 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.87% from 235); Green value is 95 (37.5% from 255 or 40.43% from 235); Blue value is 4 (1.95% from 255 or 1.70% from 235); Max value from RGB is 136 - color contains mainly: red. Hex color #885F04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885F04 is #77A0FB. Grayscale: #616161. Windows color (decimal): -7839996 or 286600. OLE color: 286600.

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

Color convert

RGB 136 95 4 -
CMYK 0 0.30 0.97 0.47
HSL 41.36º 0.94% 0.27% -
HSV(B) 41.36º 0.97% 0.53% -
XYZ 14.27 13.43 1.95 -
YUV 96.89 75.58 155.9 -
System Red Green Blue C M Y K H S L
Decimal 136 95 4 0 0.30 0.97 0.47 41.36 0.94 0.27
Hex 88 5F 4 0 1E 61 2F 29 5E 1B
Octal 210 137 4 0 36 141 57 51 136 33
Binary 10001000 1011111 100 0 11110 1100001 101111 101001 1011110 11011

Color Harmonies of #885F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885F04

Black with #885F04

Text Example


Text Example

White with #885F04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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