Html Css Color HEX #885E15 Golden Brown

📋 copy color: '#885E15'

red 136 ◦ green 94 ◦ blue 21

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

Shades of Golden Brown #885E15

Tints of Golden Brown #885E15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.37%

R = 54.18%
G = 37.45%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#885E15 (or 0x885E15) is known color: Golden Brown. HEX triplet: 88, 5E and 15. RGB value is (136,94,21). Sum of RGB (Red+Green+Blue) = 136+94+21=251 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.18% from 251); Green value is 94 (37.11% from 255 or 37.45% from 251); Blue value is 21 (8.59% from 255 or 8.37% from 251); Max value from RGB is 136 - color contains mainly: red. Hex color #885E15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885E15 is #77A1EA. Grayscale: #626262. Windows color (decimal): -7840235 or 1400456. OLE color: 1400456.

HSL color Cylindrical-coordinate representation of color #885E15: hue angle of 38.09º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #885E15 is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 94 21 -
CMYK 0 0.31 0.85 0.47
HSL 38.09º 0.73% 0.31% -
HSV(B) 38.09º 0.85% 0.53% -
XYZ 14.29 13.29 2.52 -
YUV 98.24 84.41 154.94 -
System Red Green Blue C M Y K H S L
Decimal 136 94 21 0 0.31 0.85 0.47 38.09 0.73 0.31
Hex 88 5E 15 0 1F 55 2F 26 49 1F
Octal 210 136 25 0 37 125 57 46 111 37
Binary 10001000 1011110 10101 0 11111 1010101 101111 100110 1001001 11111

Color Harmonies of #885E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885E15

Black with #885E15

Text Example


Text Example

White with #885E15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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