#9D3815

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

Shades of Saddle Brown #9D3815

Tints of Saddle Brown #9D3815

Color information

#9D3815 (or 0x9D3815) is unknown color: approx Saddle Brown. HEX triplet: 9D, 38 and 15. RGB value is (157,56,21). Sum of RGB (Red+Green+Blue) = 157+56+21=234 (30% of max value = 765). Red value is 157 (61.72% from 255 or 67.09% from 234); Green value is 56 (22.27% from 255 or 23.93% from 234); Blue value is 21 (8.59% from 255 or 8.97% from 234); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3815 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D3815 is #62C7EA. Grayscale: #525252. Windows color (decimal): -6473707 or 1390749. OLE color: 1390749.

HSL color Cylindrical-coordinate representation of color #9D3815: hue angle of 15.44º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9D3815 is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.38.

Color convert

RGB1575621-
CMYK00.640.870.38
HSL15.44º76.4%34.9%-
HSV(B)15.44º86.62%61.57%-
XYZ15.4510.051.83-
YUV82.2193.46181.35-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 67.09%
GREEN value IS 56 (22.27% from 255) = 23.93%
BLUE value IS 21 (8.59% from 255) = 8.97%
R=67.09%
G=23.93%
B=8.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.87
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157562100.640.870.3815.4476.434.9
Hex9D38150405726f4c23
Octal23570250100127461711443
Binary100111011110001010101000000101011110011011111001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,56,21); }

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

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

 a { background-color: rgb(157,56,21); }

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

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

 span { border-color: rgb(157,56,21); }

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