#8B6216

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

Shades of Golden Brown #8B6216

Tints of Golden Brown #8B6216

Color information

#8B6216 (or 0x8B6216) is unknown color: approx Golden Brown. HEX triplet: 8B, 62 and 16. RGB value is (139,98,22). Sum of RGB (Red+Green+Blue) = 139+98+22=259 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.67% from 259); Green value is 98 (38.67% from 255 or 37.84% from 259); Blue value is 22 (8.98% from 255 or 8.49% from 259); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6216 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B6216 is #749DE9. Grayscale: #656565. Windows color (decimal): -7642602 or 1467019. OLE color: 1467019.

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

Color convert

RGB1399822-
CMYK00.290.840.45
HSL38.97º72.67%31.57%-
HSV(B)38.97º84.17%54.51%-
XYZ15.1614.282.72-
YUV101.5983.08154.68-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 53.67%
GREEN value IS 98 (38.67% from 255) = 37.84%
BLUE value IS 22 (8.98% from 255) = 8.49%
R=53.67%
G=37.84%
B=8.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.84
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139982200.290.840.4538.9772.6731.57
Hex8B621601D542D274920
Octal21314226035124554711140
Binary1000101111000101011001110110101001011011001111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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