#8B6310

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

Shades of Golden Brown #8B6310

Tints of Golden Brown #8B6310

Color information

#8B6310 (or 0x8B6310) is unknown color: approx Golden Brown. HEX triplet: 8B, 63 and 10. RGB value is (139,99,16). Sum of RGB (Red+Green+Blue) = 139+99+16=254 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.72% from 254); Green value is 99 (39.06% from 255 or 38.98% from 254); Blue value is 16 (6.64% from 255 or 6.30% from 254); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6310 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B6310 is #749CEF. Grayscale: #656565. Windows color (decimal): -7642352 or 1074059. OLE color: 1074059.

HSL color Cylindrical-coordinate representation of color #8B6310: hue angle of 40.49º 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 #8B6310 is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.45.

Color convert

RGB1399916-
CMYK00.290.880.45
HSL40.49º79.35%30.39%-
HSV(B)40.49º88.49%54.51%-
XYZ15.214.452.48-
YUV101.579.75154.75-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 54.72%
GREEN value IS 99 (39.06% from 255) = 38.98%
BLUE value IS 16 (6.64% from 255) = 6.30%
R=54.72%
G=38.98%
B=6.30%

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
Decimal139991600.290.880.4540.4979.3530.39
Hex8B631001D582D284f1e
Octal21314320035130555011736
Binary100010111100011100000111011011000101101101000100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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