#8D480A

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

Shades of Saddle Brown #8D480A

Tints of Saddle Brown #8D480A

Color information

#8D480A (or 0x8D480A) is unknown color: approx Saddle Brown. HEX triplet: 8D, 48 and 0A. RGB value is (141,72,10). Sum of RGB (Red+Green+Blue) = 141+72+10=223 (29% of max value = 765). Red value is 141 (55.47% from 255 or 63.23% from 223); Green value is 72 (28.52% from 255 or 32.29% from 223); Blue value is 10 (4.30% from 255 or 4.48% from 223); Max value from RGB is 141 - color contains mainly: red. Hex color #8D480A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D480A is #72B7F5. Grayscale: #555555. Windows color (decimal): -7518198 or 673933. OLE color: 673933.

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

Color convert

RGB1417210-
CMYK00.490.930.45
HSL28.4º86.75%29.61%-
HSV(B)28.4º92.91%55.29%-
XYZ13.3610.321.58-
YUV85.5685.36167.54-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 63.23%
GREEN value IS 72 (28.52% from 255) = 32.29%
BLUE value IS 10 (4.30% from 255) = 4.48%
R=63.23%
G=32.29%
B=4.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.93
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141721000.490.930.4528.486.7529.61
Hex8D48A0315D2D1c571e
Octal21511012061135553412736
Binary10001101100100010100110001101110110110111100101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D480A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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