#9D4802

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

Shades of Saddle Brown #9D4802

Tints of Saddle Brown #9D4802

Color information

#9D4802 (or 0x9D4802) is unknown color: approx Saddle Brown. HEX triplet: 9D, 48 and 02. RGB value is (157,72,2). Sum of RGB (Red+Green+Blue) = 157+72+2=231 (30% of max value = 765). Red value is 157 (61.72% from 255 or 67.97% from 231); Green value is 72 (28.52% from 255 or 31.17% from 231); Blue value is 2 (1.17% from 255 or 0.87% from 231); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4802 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D4802 is #62B7FD. Grayscale: #595959. Windows color (decimal): -6469630 or 149661. OLE color: 149661.

HSL color Cylindrical-coordinate representation of color #9D4802: hue angle of 27.1º 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 #9D4802 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.38.

Color convert

RGB157722-
CMYK00.540.990.38
HSL27.1º97.48%31.18%-
HSV(B)27.1º98.73%61.57%-
XYZ16.2311.811.48-
YUV89.4378.66176.19-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 67.97%
GREEN value IS 72 (28.52% from 255) = 31.17%
BLUE value IS 2 (1.17% from 255) = 0.87%
R=67.97%
G=31.17%
B=0.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.99
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15772200.540.990.3827.197.4831.18
Hex9D48203663261b611f
Octal2351102066143463314137
Binary100111011001000100110110110001110011011011110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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