Html Css Color HEX #885810 Golden Brown

📋 copy color: '#885810'

red 136 ◦ green 88 ◦ blue 16

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

Shades of Golden Brown #885810

Tints of Golden Brown #885810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.67%

R = 56.67%
G = 36.67%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#885810 (or 0x885810) is known color: Golden Brown. HEX triplet: 88, 58 and 10. RGB value is (136,88,16). Sum of RGB (Red+Green+Blue) = 136+88+16=240 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.67% from 240); Green value is 88 (34.77% from 255 or 36.67% from 240); Blue value is 16 (6.64% from 255 or 6.67% from 240); Max value from RGB is 136 - color contains mainly: red. Hex color #885810 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885810 is #77A7EF. Grayscale: #5E5E5E. Windows color (decimal): -7841776 or 1071240. OLE color: 1071240.

HSL color Cylindrical-coordinate representation of color #885810: hue angle of 36º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #885810 is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 88 16 -
CMYK 0 0.35 0.88 0.47
HSL 36º 0.79% 0.3% -
HSV(B) 36º 0.88% 0.53% -
XYZ 13.74 12.25 2.13 -
YUV 94.14 83.9 157.85 -
System Red Green Blue C M Y K H S L
Decimal 136 88 16 0 0.35 0.88 0.47 36 0.79 0.3
Hex 88 58 10 0 23 58 2F 24 4F 1E
Octal 210 130 20 0 43 130 57 44 117 36
Binary 10001000 1011000 10000 0 100011 1011000 101111 100100 1001111 11110

Color Harmonies of #885810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885810

Black with #885810

Text Example


Text Example

White with #885810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885810; }

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

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

background-color css

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

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

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

border-color css

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

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

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