#9D480F

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

Shades of Saddle Brown #9D480F

Tints of Saddle Brown #9D480F

Color information

#9D480F (or 0x9D480F) is unknown color: approx Saddle Brown. HEX triplet: 9D, 48 and 0F. RGB value is (157,72,15). Sum of RGB (Red+Green+Blue) = 157+72+15=244 (32% of max value = 765). Red value is 157 (61.72% from 255 or 64.34% from 244); Green value is 72 (28.52% from 255 or 29.51% from 244); Blue value is 15 (6.25% from 255 or 6.15% from 244); Max value from RGB is 157 - color contains mainly: red. Hex color #9D480F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D480F is #62B7F0. Grayscale: #5B5B5B. Windows color (decimal): -6469617 or 1001629. OLE color: 1001629.

HSL color Cylindrical-coordinate representation of color #9D480F: hue angle of 24.08º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9D480F is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.38.

Color convert

RGB1577215-
CMYK00.540.900.38
HSL24.08º82.56%33.73%-
HSV(B)24.08º90.45%61.57%-
XYZ16.3111.841.88-
YUV90.9285.16175.13-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 64.34%
GREEN value IS 72 (28.52% from 255) = 29.51%
BLUE value IS 15 (6.25% from 255) = 6.15%
R=64.34%
G=29.51%
B=6.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.90
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157721500.540.900.3824.0882.5633.73
Hex9D48F0365A26185322
Octal23511017066132463012342
Binary100111011001000111101101101011010100110110001010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D480F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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