#8B6500

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

Shades of Golden Brown #8B6500

Tints of Golden Brown #8B6500

Color information

#8B6500 (or 0x8B6500) is unknown color: approx Golden Brown. HEX triplet: 8B, 65 and 00. RGB value is (139,101,0). Sum of RGB (Red+Green+Blue) = 139+101+0=240 (31% of max value = 765). Red value is 139 (54.69% from 255 or 57.92% from 240); Green value is 101 (39.84% from 255 or 42.08% from 240); Blue value is 0 (0.39% from 255 or 0% from 240); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6500 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B6500 is #749AFF. Grayscale: #656565. Windows color (decimal): -7641856 or 25995. OLE color: 25995.

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

Color convert

RGB1391010-
CMYK00.2710.45
HSL43.6º100%27.25%-
HSV(B)43.6º100%54.51%-
XYZ15.314.82.05-
YUV100.8571.09155.21-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 57.92%
GREEN value IS 101 (39.84% from 255) = 42.08%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.92%
G=42.08%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 1
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139101000.2710.4543.610027.25
Hex8B65001B642D2c641b
Octal2131450033144555414433
Binary10001011110010100110111100100101101101100110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,101,0); }

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

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

 a { background-color: rgb(139,101,0); }

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

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

 span { border-color: rgb(139,101,0); }

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