Html Css Color HEX #885813 Golden Brown

📋 copy color: '#885813'

red 136 ◦ green 88 ◦ blue 19

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

Shades of Golden Brown #885813

Tints of Golden Brown #885813

RGB

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

 GREEN value IS 88 (34.77% from 255) = 36.21%

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

R = 55.97%
G = 36.21%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.86

 K value IS 0.47

RGB Variations

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

Color information

#885813 (or 0x885813) is known color: Golden Brown. HEX triplet: 88, 58 and 13. RGB value is (136,88,19). Sum of RGB (Red+Green+Blue) = 136+88+19=243 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.97% from 243); Green value is 88 (34.77% from 255 or 36.21% from 243); Blue value is 19 (7.81% from 255 or 7.82% from 243); Max value from RGB is 136 - color contains mainly: red. Hex color #885813 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885813 is #77A7EC. Grayscale: #5E5E5E. Windows color (decimal): -7841773 or 1267848. OLE color: 1267848.

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

Color convert

RGB 136 88 19 -
CMYK 0 0.35 0.86 0.47
HSL 35.38º 0.75% 0.3% -
HSV(B) 35.38º 0.86% 0.53% -
XYZ 13.76 12.26 2.26 -
YUV 94.49 85.4 157.61 -
System Red Green Blue C M Y K H S L
Decimal 136 88 19 0 0.35 0.86 0.47 35.38 0.75 0.3
Hex 88 58 13 0 23 56 2F 23 4B 1E
Octal 210 130 23 0 43 126 57 43 113 36
Binary 10001000 1011000 10011 0 100011 1010110 101111 100011 1001011 11110

Color Harmonies of #885813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885813

Black with #885813

Text Example


Text Example

White with #885813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885813; }

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

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

background-color css

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

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

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

border-color css

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

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

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