#8B6210

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

Shades of Golden Brown #8B6210

Tints of Golden Brown #8B6210

Color information

#8B6210 (or 0x8B6210) is unknown color: approx Golden Brown. HEX triplet: 8B, 62 and 10. RGB value is (139,98,16). Sum of RGB (Red+Green+Blue) = 139+98+16=253 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.94% from 253); Green value is 98 (38.67% from 255 or 38.74% from 253); Blue value is 16 (6.64% from 255 or 6.32% from 253); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6210 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B6210 is #749DEF. Grayscale: #656565. Windows color (decimal): -7642608 or 1073803. OLE color: 1073803.

HSL color Cylindrical-coordinate representation of color #8B6210: hue angle of 40º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8B6210 is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.45.

Color convert

RGB1399816-
CMYK00.290.880.45
HSL40º79.35%30.39%-
HSV(B)40º88.49%54.51%-
XYZ15.1114.262.45-
YUV100.9180.08155.17-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 54.94%
GREEN value IS 98 (38.67% from 255) = 38.74%
BLUE value IS 16 (6.64% from 255) = 6.32%
R=54.94%
G=38.74%
B=6.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.88
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139981600.290.880.454079.3530.39
Hex8B621001D582D284f1e
Octal21314220035130555011736
Binary100010111100010100000111011011000101101101000100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B6210; }

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

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

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

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

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

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

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

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