#8D430A

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

Shades of Saddle Brown #8D430A

Tints of Saddle Brown #8D430A

Color information

#8D430A (or 0x8D430A) is unknown color: approx Saddle Brown. HEX triplet: 8D, 43 and 0A. RGB value is (141,67,10). Sum of RGB (Red+Green+Blue) = 141+67+10=218 (28% of max value = 765). Red value is 141 (55.47% from 255 or 64.68% from 218); Green value is 67 (26.56% from 255 or 30.73% from 218); Blue value is 10 (4.30% from 255 or 4.59% from 218); Max value from RGB is 141 - color contains mainly: red. Hex color #8D430A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D430A is #72BCF5. Grayscale: #525252. Windows color (decimal): -7519478 or 672653. OLE color: 672653.

HSL color Cylindrical-coordinate representation of color #8D430A: hue angle of 26.11º 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 #8D430A is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.45.

Color convert

RGB1416710-
CMYK00.520.930.45
HSL26.11º86.75%29.61%-
HSV(B)26.11º92.91%55.29%-
XYZ13.059.71.47-
YUV82.6387.02169.63-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 64.68%
GREEN value IS 67 (26.56% from 255) = 30.73%
BLUE value IS 10 (4.30% from 255) = 4.59%
R=64.68%
G=30.73%
B=4.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.93
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141671000.520.930.4526.1186.7529.61
Hex8D43A0345D2D1a571e
Octal21510312064135553212736
Binary10001101100001110100110100101110110110111010101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D430A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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