Html Css Color HEX #885C04 Golden Brown

📋 copy color: '#885C04'

red 136 ◦ green 92 ◦ blue 4

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

Shades of Golden Brown #885C04

Tints of Golden Brown #885C04

RGB

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

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

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

R = 58.62%
G = 39.66%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.97

 K value IS 0.47

RGB Variations

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

Color information

#885C04 (or 0x885C04) is known color: Golden Brown. HEX triplet: 88, 5C and 04. RGB value is (136,92,4). Sum of RGB (Red+Green+Blue) = 136+92+4=232 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.62% from 232); Green value is 92 (36.33% from 255 or 39.66% from 232); Blue value is 4 (1.95% from 255 or 1.72% from 232); Max value from RGB is 136 - color contains mainly: red. Hex color #885C04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885C04 is #77A3FB. Grayscale: #5F5F5F. Windows color (decimal): -7840764 or 285832. OLE color: 285832.

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

Color convert

RGB 136 92 4 -
CMYK 0 0.32 0.97 0.47
HSL 40º 0.94% 0.27% -
HSV(B) 40º 0.97% 0.53% -
XYZ 14 12.9 1.87 -
YUV 95.12 76.58 157.16 -
System Red Green Blue C M Y K H S L
Decimal 136 92 4 0 0.32 0.97 0.47 40 0.94 0.27
Hex 88 5C 4 0 20 61 2F 28 5E 1B
Octal 210 134 4 0 40 141 57 50 136 33
Binary 10001000 1011100 100 0 100000 1100001 101111 101000 1011110 11011

Color Harmonies of #885C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885C04

Black with #885C04

Text Example


Text Example

White with #885C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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