#8D2E07

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

Shades of Saddle Brown #8D2E07

Tints of Saddle Brown #8D2E07

Color information

#8D2E07 (or 0x8D2E07) is unknown color: approx Saddle Brown. HEX triplet: 8D, 2E and 07. RGB value is (141,46,7). Sum of RGB (Red+Green+Blue) = 141+46+7=194 (25% of max value = 765). Red value is 141 (55.47% from 255 or 72.68% from 194); Green value is 46 (18.36% from 255 or 23.71% from 194); Blue value is 7 (3.12% from 255 or 3.61% from 194); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2E07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D2E07 is #72D1F8. Grayscale: #464646. Windows color (decimal): -7524857 or 470669. OLE color: 470669.

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

Color convert

RGB141467-
CMYK00.670.950.45
HSL17.46º90.54%29.02%-
HSV(B)17.46º95.04%55.29%-
XYZ127.631.04-
YUV69.9692.47178.67-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 72.68%
GREEN value IS 46 (18.36% from 255) = 23.71%
BLUE value IS 7 (3.12% from 255) = 3.61%
R=72.68%
G=23.71%
B=3.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.95
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14146700.670.950.4517.4690.5429.02
Hex8D2E70435F2D115b1d
Octal2155670103137552113335
Binary1000110110111011101000011101111110110110001101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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