#8B5B14

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

Shades of Golden Brown #8B5B14

Tints of Golden Brown #8B5B14

Color information

#8B5B14 (or 0x8B5B14) is unknown color: approx Golden Brown. HEX triplet: 8B, 5B and 14. RGB value is (139,91,20). Sum of RGB (Red+Green+Blue) = 139+91+20=250 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.6% from 250); Green value is 91 (35.94% from 255 or 36.4% from 250); Blue value is 20 (8.20% from 255 or 8% from 250); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5B14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B5B14 is #74A4EB. Grayscale: #616161. Windows color (decimal): -7644396 or 1334155. OLE color: 1334155.

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

Color convert

RGB1399120-
CMYK00.350.860.45
HSL35.8º74.84%31.18%-
HSV(B)35.8º85.61%54.51%-
XYZ14.5113.022.41-
YUV97.2684.4157.77-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 55.6%
GREEN value IS 91 (35.94% from 255) = 36.4%
BLUE value IS 20 (8.20% from 255) = 8%
R=55.6%
G=36.4%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139912000.350.860.4535.874.8431.18
Hex8B5B14023562D244b1f
Octal21313324043126554411337
Binary1000101110110111010001000111010110101101100100100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,91,20); }

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

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

 a { background-color: rgb(139,91,20); }

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

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

 span { border-color: rgb(139,91,20); }

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