#9D3902

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

Shades of Saddle Brown #9D3902

Tints of Saddle Brown #9D3902

Color information

#9D3902 (or 0x9D3902) is unknown color: approx Saddle Brown. HEX triplet: 9D, 39 and 02. RGB value is (157,57,2). Sum of RGB (Red+Green+Blue) = 157+57+2=216 (28% of max value = 765). Red value is 157 (61.72% from 255 or 72.69% from 216); Green value is 57 (22.66% from 255 or 26.39% from 216); Blue value is 2 (1.17% from 255 or 0.93% from 216); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3902 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D3902 is #62C6FD. Grayscale: #505050. Windows color (decimal): -6473470 or 145821. OLE color: 145821.

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

Color convert

RGB157572-
CMYK00.640.990.38
HSL21.29º97.48%31.18%-
HSV(B)21.29º98.73%61.57%-
XYZ15.3810.11.2-
YUV80.6383.63182.47-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 72.69%
GREEN value IS 57 (22.66% from 255) = 26.39%
BLUE value IS 2 (1.17% from 255) = 0.93%
R=72.69%
G=26.39%
B=0.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.99
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15757200.640.990.3821.2997.4831.18
Hex9D392040632615611f
Octal2357120100143462514137
Binary100111011110011001000000110001110011010101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,57,2); }

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

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

 a { background-color: rgb(157,57,2); }

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

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

 span { border-color: rgb(157,57,2); }

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