#9D3F12

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

Shades of Saddle Brown #9D3F12

Tints of Saddle Brown #9D3F12

Color information

#9D3F12 (or 0x9D3F12) is unknown color: approx Saddle Brown. HEX triplet: 9D, 3F and 12. RGB value is (157,63,18). Sum of RGB (Red+Green+Blue) = 157+63+18=238 (31% of max value = 765). Red value is 157 (61.72% from 255 or 65.97% from 238); Green value is 63 (25% from 255 or 26.47% from 238); Blue value is 18 (7.42% from 255 or 7.56% from 238); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3F12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D3F12 is #62C0ED. Grayscale: #565656. Windows color (decimal): -6471918 or 1195933. OLE color: 1195933.

HSL color Cylindrical-coordinate representation of color #9D3F12: hue angle of 19.42º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9D3F12 is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB1576318-
CMYK00.600.890.38
HSL19.42º79.43%34.31%-
HSV(B)19.42º88.54%61.57%-
XYZ15.7910.771.82-
YUV85.9889.64178.66-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 65.97%
GREEN value IS 63 (25% from 255) = 26.47%
BLUE value IS 18 (7.42% from 255) = 7.56%
R=65.97%
G=26.47%
B=7.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.89
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157631800.600.890.3819.4279.4334.31
Hex9D3F1203C5926134f22
Octal2357722074131462311742
Binary100111011111111001001111001011001100110100111001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D3F12; }

 p { color: rgb(157,63,18); }

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

<style>
 a { background-color: #9D3F12; }

 a { background-color: rgb(157,63,18); }

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

<style>
 span { border-color: #9D3F12; }

 span { border-color: rgb(157,63,18); }

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