#9D3F0D

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

Shades of Saddle Brown #9D3F0D

Tints of Saddle Brown #9D3F0D

Color information

#9D3F0D (or 0x9D3F0D) is unknown color: approx Saddle Brown. HEX triplet: 9D, 3F and 0D. RGB value is (157,63,13). Sum of RGB (Red+Green+Blue) = 157+63+13=233 (30% of max value = 765). Red value is 157 (61.72% from 255 or 67.38% from 233); Green value is 63 (25% from 255 or 27.04% from 233); Blue value is 13 (5.47% from 255 or 5.58% from 233); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3F0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D3F0D is #62C0F2. Grayscale: #555555. Windows color (decimal): -6471923 or 868253. OLE color: 868253.

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

Color convert

RGB1576313-
CMYK00.600.920.38
HSL20.83º84.71%33.33%-
HSV(B)20.83º91.72%61.57%-
XYZ15.7510.751.63-
YUV85.4187.14179.07-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 67.38%
GREEN value IS 63 (25% from 255) = 27.04%
BLUE value IS 13 (5.47% from 255) = 5.58%
R=67.38%
G=27.04%
B=5.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.92
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157631300.600.920.3820.8384.7133.33
Hex9D3FD03C5C26155521
Octal2357715074134462512541
Binary10011101111111110101111001011100100110101011010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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