Html Css Color HEX #885E04 Golden Brown

📋 copy color: '#885E04'

red 136 ◦ green 94 ◦ blue 4

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

Shades of Golden Brown #885E04

Tints of Golden Brown #885E04

RGB

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

 GREEN value IS 94 (37.11% from 255) = 40.17%

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

R = 58.12%
G = 40.17%
B = 1.71%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.97

 K value IS 0.47

RGB Variations

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

Color information

#885E04 (or 0x885E04) is known color: Golden Brown. HEX triplet: 88, 5E and 04. RGB value is (136,94,4). Sum of RGB (Red+Green+Blue) = 136+94+4=234 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.12% from 234); Green value is 94 (37.11% from 255 or 40.17% from 234); Blue value is 4 (1.95% from 255 or 1.71% from 234); Max value from RGB is 136 - color contains mainly: red. Hex color #885E04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885E04 is #77A1FB. Grayscale: #606060. Windows color (decimal): -7840252 or 286344. OLE color: 286344.

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

Color convert

RGB 136 94 4 -
CMYK 0 0.31 0.97 0.47
HSL 40.91º 0.94% 0.27% -
HSV(B) 40.91º 0.97% 0.53% -
XYZ 14.18 13.25 1.92 -
YUV 96.3 75.91 156.32 -
System Red Green Blue C M Y K H S L
Decimal 136 94 4 0 0.31 0.97 0.47 40.91 0.94 0.27
Hex 88 5E 4 0 1F 61 2F 29 5E 1B
Octal 210 136 4 0 37 141 57 51 136 33
Binary 10001000 1011110 100 0 11111 1100001 101111 101001 1011110 11011

Color Harmonies of #885E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885E04

Black with #885E04

Text Example


Text Example

White with #885E04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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