#8B6300

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

Shades of Golden Brown #8B6300

Tints of Golden Brown #8B6300

Color information

#8B6300 (or 0x8B6300) is unknown color: approx Golden Brown. HEX triplet: 8B, 63 and 00. RGB value is (139,99,0). Sum of RGB (Red+Green+Blue) = 139+99+0=238 (31% of max value = 765). Red value is 139 (54.69% from 255 or 58.40% from 238); Green value is 99 (39.06% from 255 or 41.60% from 238); Blue value is 0 (0.39% from 255 or 0% from 238); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6300 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B6300 is #749CFF. Grayscale: #646464. Windows color (decimal): -7642368 or 25483. OLE color: 25483.

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

Color convert

RGB139990-
CMYK00.2910.45
HSL42.73º100%27.25%-
HSV(B)42.73º100%54.51%-
XYZ15.1114.411.99-
YUV99.6771.75156.05-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 58.40%
GREEN value IS 99 (39.06% from 255) = 41.60%
BLUE value IS 0 (0.39% from 255) = 0%
R=58.40%
G=41.60%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 1
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13999000.2910.4542.7310027.25
Hex8B63001D642D2b641b
Octal2131430035144555314433
Binary10001011110001100111011100100101101101011110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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