Html Css Color HEX #885812 Golden Brown

📋 copy color: '#885812'

red 136 ◦ green 88 ◦ blue 18

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

Shades of Golden Brown #885812

Tints of Golden Brown #885812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.44%

R = 56.2%
G = 36.36%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#885812 (or 0x885812) is known color: Golden Brown. HEX triplet: 88, 58 and 12. RGB value is (136,88,18). Sum of RGB (Red+Green+Blue) = 136+88+18=242 (32% of max value = 765). Red value is 136 (53.52% from 255 or 56.20% from 242); Green value is 88 (34.77% from 255 or 36.36% from 242); Blue value is 18 (7.42% from 255 or 7.44% from 242); Max value from RGB is 136 - color contains mainly: red. Hex color #885812 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885812 is #77A7ED. Grayscale: #5E5E5E. Windows color (decimal): -7841774 or 1202312. OLE color: 1202312.

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

Color convert

RGB 136 88 18 -
CMYK 0 0.35 0.87 0.47
HSL 35.59º 0.77% 0.3% -
HSV(B) 35.59º 0.87% 0.53% -
XYZ 13.75 12.26 2.21 -
YUV 94.37 84.9 157.69 -
System Red Green Blue C M Y K H S L
Decimal 136 88 18 0 0.35 0.87 0.47 35.59 0.77 0.3
Hex 88 58 12 0 23 57 2F 24 4D 1E
Octal 210 130 22 0 43 127 57 44 115 36
Binary 10001000 1011000 10010 0 100011 1010111 101111 100100 1001101 11110

Color Harmonies of #885812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885812

Black with #885812

Text Example


Text Example

White with #885812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885812; }

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

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

background-color css

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

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

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

border-color css

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

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

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