Html Css Color HEX #885713 Golden Brown

📋 copy color: '#885713'

red 136 ◦ green 87 ◦ blue 19

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

Shades of Golden Brown #885713

Tints of Golden Brown #885713

RGB

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

 GREEN value IS 87 (34.38% from 255) = 35.95%

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

R = 56.2%
G = 35.95%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.47

RGB Variations

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

Color information

#885713 (or 0x885713) is known color: Golden Brown. HEX triplet: 88, 57 and 13. RGB value is (136,87,19). Sum of RGB (Red+Green+Blue) = 136+87+19=242 (32% of max value = 765). Red value is 136 (53.52% from 255 or 56.20% from 242); Green value is 87 (34.38% from 255 or 35.95% from 242); Blue value is 19 (7.81% from 255 or 7.85% from 242); Max value from RGB is 136 - color contains mainly: red. Hex color #885713 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885713 is #77A8EC. Grayscale: #5E5E5E. Windows color (decimal): -7842029 or 1267592. OLE color: 1267592.

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

Color convert

RGB 136 87 19 -
CMYK 0 0.36 0.86 0.47
HSL 34.87º 0.75% 0.3% -
HSV(B) 34.87º 0.86% 0.53% -
XYZ 13.68 12.1 2.23 -
YUV 93.9 85.73 158.03 -
System Red Green Blue C M Y K H S L
Decimal 136 87 19 0 0.36 0.86 0.47 34.87 0.75 0.3
Hex 88 57 13 0 24 56 2F 23 4B 1E
Octal 210 127 23 0 44 126 57 43 113 36
Binary 10001000 1010111 10011 0 100100 1010110 101111 100011 1001011 11110

Color Harmonies of #885713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885713

Black with #885713

Text Example


Text Example

White with #885713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885713; }

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

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

background-color css

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

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

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

border-color css

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

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

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