#8B570C

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

Shades of Golden Brown #8B570C

Tints of Golden Brown #8B570C

Color information

#8B570C (or 0x8B570C) is unknown color: approx Golden Brown. HEX triplet: 8B, 57 and 0C. RGB value is (139,87,12). Sum of RGB (Red+Green+Blue) = 139+87+12=238 (31% of max value = 765). Red value is 139 (54.69% from 255 or 58.40% from 238); Green value is 87 (34.38% from 255 or 36.55% from 238); Blue value is 12 (5.08% from 255 or 5.04% from 238); Max value from RGB is 139 - color contains mainly: red. Hex color #8B570C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B570C is #74A8F3. Grayscale: #5E5E5E. Windows color (decimal): -7645428 or 808843. OLE color: 808843.

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

Color convert

RGB1398712-
CMYK00.370.910.45
HSL35.43º84.11%29.61%-
HSV(B)35.43º91.37%54.51%-
XYZ14.1212.331.98-
YUV9481.73160.1-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 58.40%
GREEN value IS 87 (34.38% from 255) = 36.55%
BLUE value IS 12 (5.08% from 255) = 5.04%
R=58.40%
G=36.55%
B=5.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139871200.370.910.4535.4384.1129.61
Hex8B57C0255B2D23541e
Octal21312714045133554312436
Binary100010111010111110001001011011011101101100011101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B570C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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