Html Css Color HEX #885E14 Golden Brown

📋 copy color: '#885E14'

red 136 ◦ green 94 ◦ blue 20

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

Shades of Golden Brown #885E14

Tints of Golden Brown #885E14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8%

R = 54.4%
G = 37.6%
B = 8%

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

#885E14 (or 0x885E14) is known color: Golden Brown. HEX triplet: 88, 5E and 14. RGB value is (136,94,20). Sum of RGB (Red+Green+Blue) = 136+94+20=250 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.4% from 250); Green value is 94 (37.11% from 255 or 37.6% from 250); Blue value is 20 (8.20% from 255 or 8% from 250); Max value from RGB is 136 - color contains mainly: red. Hex color #885E14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885E14 is #77A1EB. Grayscale: #626262. Windows color (decimal): -7840236 or 1334920. OLE color: 1334920.

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

Color convert

RGB 136 94 20 -
CMYK 0 0.31 0.85 0.47
HSL 38.28º 0.74% 0.31% -
HSV(B) 38.28º 0.85% 0.53% -
XYZ 14.28 13.29 2.47 -
YUV 98.12 83.91 155.02 -
System Red Green Blue C M Y K H S L
Decimal 136 94 20 0 0.31 0.85 0.47 38.28 0.74 0.31
Hex 88 5E 14 0 1F 55 2F 26 4A 1F
Octal 210 136 24 0 37 125 57 46 112 37
Binary 10001000 1011110 10100 0 11111 1010101 101111 100110 1001010 11111

Color Harmonies of #885E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885E14

Black with #885E14

Text Example


Text Example

White with #885E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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