Html Css Color HEX #885E13 Golden Brown

📋 copy color: '#885E13'

red 136 ◦ green 94 ◦ blue 19

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

Shades of Golden Brown #885E13

Tints of Golden Brown #885E13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.63%

R = 54.62%
G = 37.75%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.86

 K value IS 0.47

RGB Variations

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

Color information

#885E13 (or 0x885E13) is known color: Golden Brown. HEX triplet: 88, 5E and 13. RGB value is (136,94,19). Sum of RGB (Red+Green+Blue) = 136+94+19=249 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.62% from 249); Green value is 94 (37.11% from 255 or 37.75% from 249); Blue value is 19 (7.81% from 255 or 7.63% from 249); Max value from RGB is 136 - color contains mainly: red. Hex color #885E13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885E13 is #77A1EC. Grayscale: #626262. Windows color (decimal): -7840237 or 1269384. OLE color: 1269384.

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

Color convert

RGB 136 94 19 -
CMYK 0 0.31 0.86 0.47
HSL 38.46º 0.75% 0.3% -
HSV(B) 38.46º 0.86% 0.53% -
XYZ 14.27 13.29 2.43 -
YUV 98.01 83.41 155.1 -
System Red Green Blue C M Y K H S L
Decimal 136 94 19 0 0.31 0.86 0.47 38.46 0.75 0.3
Hex 88 5E 13 0 1F 56 2F 26 4B 1E
Octal 210 136 23 0 37 126 57 46 113 36
Binary 10001000 1011110 10011 0 11111 1010110 101111 100110 1001011 11110

Color Harmonies of #885E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885E13

Black with #885E13

Text Example


Text Example

White with #885E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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