#8D380A

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

Shades of Saddle Brown #8D380A

Tints of Saddle Brown #8D380A

Color information

#8D380A (or 0x8D380A) is unknown color: approx Saddle Brown. HEX triplet: 8D, 38 and 0A. RGB value is (141,56,10). Sum of RGB (Red+Green+Blue) = 141+56+10=207 (27% of max value = 765). Red value is 141 (55.47% from 255 or 68.12% from 207); Green value is 56 (22.27% from 255 or 27.05% from 207); Blue value is 10 (4.30% from 255 or 4.83% from 207); Max value from RGB is 141 - color contains mainly: red. Hex color #8D380A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D380A is #72C7F5. Grayscale: #4C4C4C. Windows color (decimal): -7522294 or 669837. OLE color: 669837.

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

Color convert

RGB1415610-
CMYK00.600.930.45
HSL21.07º86.75%29.61%-
HSV(B)21.07º92.91%55.29%-
XYZ12.458.511.27-
YUV76.1790.66174.24-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 68.12%
GREEN value IS 56 (22.27% from 255) = 27.05%
BLUE value IS 10 (4.30% from 255) = 4.83%
R=68.12%
G=27.05%
B=4.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.93
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141561000.600.930.4521.0786.7529.61
Hex8D38A03C5D2D15571e
Octal2157012074135552512736
Binary1000110111100010100111100101110110110110101101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D380A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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