#9D4702

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

Shades of Saddle Brown #9D4702

Tints of Saddle Brown #9D4702

Color information

#9D4702 (or 0x9D4702) is unknown color: approx Saddle Brown. HEX triplet: 9D, 47 and 02. RGB value is (157,71,2). Sum of RGB (Red+Green+Blue) = 157+71+2=230 (30% of max value = 765). Red value is 157 (61.72% from 255 or 68.26% from 230); Green value is 71 (28.12% from 255 or 30.87% from 230); Blue value is 2 (1.17% from 255 or 0.87% from 230); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4702 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D4702 is #62B8FD. Grayscale: #595959. Windows color (decimal): -6469886 or 149405. OLE color: 149405.

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

Color convert

RGB157712-
CMYK00.550.990.38
HSL26.71º97.48%31.18%-
HSV(B)26.71º98.73%61.57%-
XYZ16.1711.681.46-
YUV88.8578.99176.61-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 68.26%
GREEN value IS 71 (28.12% from 255) = 30.87%
BLUE value IS 2 (1.17% from 255) = 0.87%
R=68.26%
G=30.87%
B=0.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.99
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15771200.550.990.3826.7197.4831.18
Hex9D47203763261b611f
Octal2351072067143463314137
Binary100111011000111100110111110001110011011011110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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