#9D480A

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

Shades of Saddle Brown #9D480A

Tints of Saddle Brown #9D480A

Color information

#9D480A (or 0x9D480A) is unknown color: approx Saddle Brown. HEX triplet: 9D, 48 and 0A. RGB value is (157,72,10). Sum of RGB (Red+Green+Blue) = 157+72+10=239 (31% of max value = 765). Red value is 157 (61.72% from 255 or 65.69% from 239); Green value is 72 (28.52% from 255 or 30.13% from 239); Blue value is 10 (4.30% from 255 or 4.18% from 239); Max value from RGB is 157 - color contains mainly: red. Hex color #9D480A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D480A is #62B7F5. Grayscale: #5A5A5A. Windows color (decimal): -6469622 or 673949. OLE color: 673949.

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

Color convert

RGB1577210-
CMYK00.540.940.38
HSL25.31º88.02%32.75%-
HSV(B)25.31º93.63%61.57%-
XYZ16.2811.821.71-
YUV90.3582.66175.54-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 65.69%
GREEN value IS 72 (28.52% from 255) = 30.13%
BLUE value IS 10 (4.30% from 255) = 4.18%
R=65.69%
G=30.13%
B=4.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.94
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157721000.540.940.3825.3188.0232.75
Hex9D48A0365E26195821
Octal23511012066136463113041
Binary100111011001000101001101101011110100110110011011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D480A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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