#8D2D07

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

Shades of Saddle Brown #8D2D07

Tints of Saddle Brown #8D2D07

Color information

#8D2D07 (or 0x8D2D07) is unknown color: approx Saddle Brown. HEX triplet: 8D, 2D and 07. RGB value is (141,45,7). Sum of RGB (Red+Green+Blue) = 141+45+7=193 (25% of max value = 765). Red value is 141 (55.47% from 255 or 73.06% from 193); Green value is 45 (17.97% from 255 or 23.32% from 193); Blue value is 7 (3.12% from 255 or 3.63% from 193); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2D07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D2D07 is #72D2F8. Grayscale: #454545. Windows color (decimal): -7525113 or 470413. OLE color: 470413.

HSL color Cylindrical-coordinate representation of color #8D2D07: hue angle of 17.01º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8D2D07 is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.45.

Color convert

RGB141457-
CMYK00.680.950.45
HSL17.01º90.54%29.02%-
HSV(B)17.01º95.04%55.29%-
XYZ11.967.551.03-
YUV69.3792.8179.09-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 73.06%
GREEN value IS 45 (17.97% from 255) = 23.32%
BLUE value IS 7 (3.12% from 255) = 3.63%
R=73.06%
G=23.32%
B=3.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.95
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14145700.680.950.4517.0190.5429.02
Hex8D2D70445F2D115b1d
Octal2155570104137552113335
Binary1000110110110111101000100101111110110110001101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,45,7); }

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

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

 a { background-color: rgb(141,45,7); }

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

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

 span { border-color: rgb(141,45,7); }

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