#8D580B

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

Shades of Golden Brown #8D580B

Tints of Golden Brown #8D580B

Color information

#8D580B (or 0x8D580B) is unknown color: approx Golden Brown. HEX triplet: 8D, 58 and 0B. RGB value is (141,88,11). Sum of RGB (Red+Green+Blue) = 141+88+11=240 (31% of max value = 765). Red value is 141 (55.47% from 255 or 58.75% from 240); Green value is 88 (34.77% from 255 or 36.67% from 240); Blue value is 11 (4.69% from 255 or 4.58% from 240); Max value from RGB is 141 - color contains mainly: red. Hex color #8D580B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D580B is #72A7F4. Grayscale: #5F5F5F. Windows color (decimal): -7514101 or 743565. OLE color: 743565.

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

Color convert

RGB1418811-
CMYK00.380.920.45
HSL35.54º85.53%29.8%-
HSV(B)35.54º92.2%55.29%-
XYZ14.5312.672-
YUV95.0780.56160.76-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 58.75%
GREEN value IS 88 (34.77% from 255) = 36.67%
BLUE value IS 11 (4.69% from 255) = 4.58%
R=58.75%
G=36.67%
B=4.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.92
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141881100.380.920.4535.5485.5329.8
Hex8D58B0265C2D24561e
Octal21513013046134554412636
Binary100011011011000101101001101011100101101100100101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D580B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,88,11); }

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

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

 a { background-color: rgb(141,88,11); }

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

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

 span { border-color: rgb(141,88,11); }

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