#886210

Color #886210 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #886210

Tints of Golden Brown #886210

Color information

#886210 (or 0x886210) is unknown color: approx Golden Brown. HEX triplet: 88, 62 and 10. RGB value is (136,98,16). Sum of RGB (Red+Green+Blue) = 136+98+16=250 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.4% from 250); Green value is 98 (38.67% from 255 or 39.2% from 250); Blue value is 16 (6.64% from 255 or 6.4% from 250); Max value from RGB is 136 - color contains mainly: red. Hex color #886210 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886210 is #779DEF. Grayscale: #646464. Windows color (decimal): -7839216 or 1073800. OLE color: 1073800.

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

Color convert

RGB1369816-
CMYK00.280.880.47
HSL41º78.95%29.8%-
HSV(B)41º88.24%53.33%-
XYZ14.6114.012.42-
YUV100.0180.59153.67-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 54.4%
GREEN value IS 98 (38.67% from 255) = 39.2%
BLUE value IS 16 (6.64% from 255) = 6.4%
R=54.4%
G=39.2%
B=6.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.88
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136981600.280.880.474178.9529.8
Hex88621001C582F294f1e
Octal21014220034130575111736
Binary100010001100010100000111001011000101111101001100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886210; }

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

 H1.HeaderClassName
 {
   color: #886210;
 }
 .AnyTagClassName
 {
   color: #886210;
 }
</style>
background-color css

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

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

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

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

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

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