#8B5701

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

Shades of Golden Brown #8B5701

Tints of Golden Brown #8B5701

Color information

#8B5701 (or 0x8B5701) is unknown color: approx Golden Brown. HEX triplet: 8B, 57 and 01. RGB value is (139,87,1). Sum of RGB (Red+Green+Blue) = 139+87+1=227 (30% of max value = 765). Red value is 139 (54.69% from 255 or 61.23% from 227); Green value is 87 (34.38% from 255 or 38.33% from 227); Blue value is 1 (0.78% from 255 or 0.44% from 227); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5701 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B5701 is #74A8FE. Grayscale: #5D5D5D. Windows color (decimal): -7645439 or 87947. OLE color: 87947.

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

Color convert

RGB139871-
CMYK00.370.990.45
HSL37.39º98.57%27.45%-
HSV(B)37.39º99.28%54.51%-
XYZ14.0612.311.66-
YUV92.7476.23160.99-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 61.23%
GREEN value IS 87 (34.38% from 255) = 38.33%
BLUE value IS 1 (0.78% from 255) = 0.44%
R=61.23%
G=38.33%
B=0.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.99
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13987100.370.990.4537.3998.5727.45
Hex8B571025632D25631b
Octal2131271045143554514333
Binary100010111010111101001011100011101101100101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,87,1); }

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

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

 a { background-color: rgb(139,87,1); }

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

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

 span { border-color: rgb(139,87,1); }

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