#8B580E

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

Shades of Golden Brown #8B580E

Tints of Golden Brown #8B580E

Color information

#8B580E (or 0x8B580E) is unknown color: approx Golden Brown. HEX triplet: 8B, 58 and 0E. RGB value is (139,88,14). Sum of RGB (Red+Green+Blue) = 139+88+14=241 (31% of max value = 765). Red value is 139 (54.69% from 255 or 57.68% from 241); Green value is 88 (34.77% from 255 or 36.51% from 241); Blue value is 14 (5.86% from 255 or 5.81% from 241); Max value from RGB is 139 - color contains mainly: red. Hex color #8B580E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B580E is #74A7F1. Grayscale: #5F5F5F. Windows color (decimal): -7645170 or 940171. OLE color: 940171.

HSL color Cylindrical-coordinate representation of color #8B580E: hue angle of 35.52º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8B580E is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.45.

Color convert

RGB1398814-
CMYK00.370.900.45
HSL35.52º81.7%30%-
HSV(B)35.52º89.93%54.51%-
XYZ14.2212.52.08-
YUV94.8182.4159.52-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 57.68%
GREEN value IS 88 (34.77% from 255) = 36.51%
BLUE value IS 14 (5.86% from 255) = 5.81%
R=57.68%
G=36.51%
B=5.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.90
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139881400.370.900.4535.5281.730
Hex8B58E0255A2D24521e
Octal21313016045132554412236
Binary100010111011000111001001011011010101101100100101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B580E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,88,14); }

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

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

 a { background-color: rgb(139,88,14); }

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

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

 span { border-color: rgb(139,88,14); }

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