Html Css Color HEX #885B14 Golden Brown

📋 copy color: '#885B14'

red 136 ◦ green 91 ◦ blue 20

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

Shades of Golden Brown #885B14

Tints of Golden Brown #885B14

RGB

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

 GREEN value IS 91 (35.94% from 255) = 36.84%

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

R = 55.06%
G = 36.84%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#885B14 (or 0x885B14) is known color: Golden Brown. HEX triplet: 88, 5B and 14. RGB value is (136,91,20). Sum of RGB (Red+Green+Blue) = 136+91+20=247 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.06% from 247); Green value is 91 (35.94% from 255 or 36.84% from 247); Blue value is 20 (8.20% from 255 or 8.10% from 247); Max value from RGB is 136 - color contains mainly: red. Hex color #885B14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885B14 is #77A4EB. Grayscale: #606060. Windows color (decimal): -7841004 or 1334152. OLE color: 1334152.

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

Color convert

RGB 136 91 20 -
CMYK 0 0.33 0.85 0.47
HSL 36.72º 0.74% 0.31% -
HSV(B) 36.72º 0.85% 0.53% -
XYZ 14.02 12.77 2.39 -
YUV 96.36 84.91 156.27 -
System Red Green Blue C M Y K H S L
Decimal 136 91 20 0 0.33 0.85 0.47 36.72 0.74 0.31
Hex 88 5B 14 0 21 55 2F 25 4A 1F
Octal 210 133 24 0 41 125 57 45 112 37
Binary 10001000 1011011 10100 0 100001 1010101 101111 100101 1001010 11111

Color Harmonies of #885B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885B14

Black with #885B14

Text Example


Text Example

White with #885B14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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