Html Css Color HEX #885A13 Golden Brown

📋 copy color: '#885A13'

red 136 ◦ green 90 ◦ blue 19

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

Shades of Golden Brown #885A13

Tints of Golden Brown #885A13

RGB

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

 GREEN value IS 90 (35.55% from 255) = 36.73%

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

R = 55.51%
G = 36.73%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.86

 K value IS 0.47

RGB Variations

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

Color information

#885A13 (or 0x885A13) is known color: Golden Brown. HEX triplet: 88, 5A and 13. RGB value is (136,90,19). Sum of RGB (Red+Green+Blue) = 136+90+19=245 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.51% from 245); Green value is 90 (35.55% from 255 or 36.73% from 245); Blue value is 19 (7.81% from 255 or 7.76% from 245); Max value from RGB is 136 - color contains mainly: red. Hex color #885A13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885A13 is #77A5EC. Grayscale: #5F5F5F. Windows color (decimal): -7841261 or 1268360. OLE color: 1268360.

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

Color convert

RGB 136 90 19 -
CMYK 0 0.34 0.86 0.47
HSL 36.41º 0.75% 0.3% -
HSV(B) 36.41º 0.86% 0.53% -
XYZ 13.93 12.59 2.31 -
YUV 95.66 84.74 156.77 -
System Red Green Blue C M Y K H S L
Decimal 136 90 19 0 0.34 0.86 0.47 36.41 0.75 0.3
Hex 88 5A 13 0 22 56 2F 24 4B 1E
Octal 210 132 23 0 42 126 57 44 113 36
Binary 10001000 1011010 10011 0 100010 1010110 101111 100100 1001011 11110

Color Harmonies of #885A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885A13

Black with #885A13

Text Example


Text Example

White with #885A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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