#8D481A

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

Shades of Saddle Brown #8D481A

Tints of Saddle Brown #8D481A

Color information

#8D481A (or 0x8D481A) is unknown color: approx Saddle Brown. HEX triplet: 8D, 48 and 1A. RGB value is (141,72,26). Sum of RGB (Red+Green+Blue) = 141+72+26=239 (31% of max value = 765). Red value is 141 (55.47% from 255 or 59.00% from 239); Green value is 72 (28.52% from 255 or 30.13% from 239); Blue value is 26 (10.55% from 255 or 10.88% from 239); Max value from RGB is 141 - color contains mainly: red. Hex color #8D481A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D481A is #72B7E5. Grayscale: #575757. Windows color (decimal): -7518182 or 1722509. OLE color: 1722509.

HSL color Cylindrical-coordinate representation of color #8D481A: hue angle of 24º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8D481A is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.45.

Color convert

RGB1417226-
CMYK00.490.820.45
HSL24º68.86%32.75%-
HSV(B)24º81.56%55.29%-
XYZ13.4910.372.27-
YUV87.3993.36166.24-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 59.00%
GREEN value IS 72 (28.52% from 255) = 30.13%
BLUE value IS 26 (10.55% from 255) = 10.88%
R=59.00%
G=30.13%
B=10.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.82
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141722600.490.820.452468.8632.75
Hex8D481A031522D184521
Octal21511032061122553010541
Binary1000110110010001101001100011010010101101110001000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D481A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,72,26); }

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

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

 a { background-color: rgb(141,72,26); }

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

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

 span { border-color: rgb(141,72,26); }

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