Html Css Color HEX #885914 Golden Brown

📋 copy color: '#885914'

red 136 ◦ green 89 ◦ blue 20

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

Shades of Golden Brown #885914

Tints of Golden Brown #885914

RGB

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

 GREEN value IS 89 (35.16% from 255) = 36.33%

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

R = 55.51%
G = 36.33%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#885914 (or 0x885914) is known color: Golden Brown. HEX triplet: 88, 59 and 14. RGB value is (136,89,20). Sum of RGB (Red+Green+Blue) = 136+89+20=245 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.51% from 245); Green value is 89 (35.16% from 255 or 36.33% from 245); Blue value is 20 (8.20% from 255 or 8.16% from 245); Max value from RGB is 136 - color contains mainly: red. Hex color #885914 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885914 is #77A6EB. Grayscale: #5F5F5F. Windows color (decimal): -7841516 or 1333640. OLE color: 1333640.

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

Color convert

RGB 136 89 20 -
CMYK 0 0.35 0.85 0.47
HSL 35.69º 0.74% 0.31% -
HSV(B) 35.69º 0.85% 0.53% -
XYZ 13.85 12.43 2.33 -
YUV 95.19 85.57 157.11 -
System Red Green Blue C M Y K H S L
Decimal 136 89 20 0 0.35 0.85 0.47 35.69 0.74 0.31
Hex 88 59 14 0 23 55 2F 24 4A 1F
Octal 210 131 24 0 43 125 57 44 112 37
Binary 10001000 1011001 10100 0 100011 1010101 101111 100100 1001010 11111

Color Harmonies of #885914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885914

Black with #885914

Text Example


Text Example

White with #885914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885914; }

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

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

background-color css

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

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

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

border-color css

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

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

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