#9D4301

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

Shades of Saddle Brown #9D4301

Tints of Saddle Brown #9D4301

Color information

#9D4301 (or 0x9D4301) is unknown color: approx Saddle Brown. HEX triplet: 9D, 43 and 01. RGB value is (157,67,1). Sum of RGB (Red+Green+Blue) = 157+67+1=225 (29% of max value = 765). Red value is 157 (61.72% from 255 or 69.78% from 225); Green value is 67 (26.56% from 255 or 29.78% from 225); Blue value is 1 (0.78% from 255 or 0.44% from 225); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4301 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D4301 is #62BCFE. Grayscale: #565656. Windows color (decimal): -6470911 or 82845. OLE color: 82845.

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

Color convert

RGB157671-
CMYK00.570.990.38
HSL25.38º98.73%30.98%-
HSV(B)25.38º99.36%61.57%-
XYZ15.9211.181.35-
YUV86.3979.82178.37-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 69.78%
GREEN value IS 67 (26.56% from 255) = 29.78%
BLUE value IS 1 (0.78% from 255) = 0.44%
R=69.78%
G=29.78%
B=0.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.99
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15767100.570.990.3825.3898.7330.98
Hex9D431039632619631f
Octal2351031071143463114337
Binary10011101100001110111001110001110011011001110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,67,1); }

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

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

 a { background-color: rgb(157,67,1); }

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

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

 span { border-color: rgb(157,67,1); }

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