#8B5814

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

Shades of Golden Brown #8B5814

Tints of Golden Brown #8B5814

Color information

#8B5814 (or 0x8B5814) is unknown color: approx Golden Brown. HEX triplet: 8B, 58 and 14. RGB value is (139,88,20). Sum of RGB (Red+Green+Blue) = 139+88+20=247 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.28% from 247); Green value is 88 (34.77% from 255 or 35.63% from 247); Blue value is 20 (8.20% from 255 or 8.10% from 247); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5814 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B5814 is #74A7EB. Grayscale: #5F5F5F. Windows color (decimal): -7645164 or 1333387. OLE color: 1333387.

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

Color convert

RGB1398820-
CMYK00.370.860.45
HSL34.29º74.84%31.18%-
HSV(B)34.29º85.61%54.51%-
XYZ14.2612.522.33-
YUV95.585.4159.03-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 56.28%
GREEN value IS 88 (34.77% from 255) = 35.63%
BLUE value IS 20 (8.20% from 255) = 8.10%
R=56.28%
G=35.63%
B=8.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139882000.370.860.4534.2974.8431.18
Hex8B5814025562D224b1f
Octal21313024045126554211337
Binary1000101110110001010001001011010110101101100010100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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