#9D4A0D

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

Shades of Saddle Brown #9D4A0D

Tints of Saddle Brown #9D4A0D

Color information

#9D4A0D (or 0x9D4A0D) is unknown color: approx Saddle Brown. HEX triplet: 9D, 4A and 0D. RGB value is (157,74,13). Sum of RGB (Red+Green+Blue) = 157+74+13=244 (32% of max value = 765). Red value is 157 (61.72% from 255 or 64.34% from 244); Green value is 74 (29.30% from 255 or 30.33% from 244); Blue value is 13 (5.47% from 255 or 5.33% from 244); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4A0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D4A0D is #62B5F2. Grayscale: #5C5C5C. Windows color (decimal): -6469107 or 871069. OLE color: 871069.

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

Color convert

RGB1577413-
CMYK00.530.920.38
HSL25.42º84.71%33.33%-
HSV(B)25.42º91.72%61.57%-
XYZ16.4312.091.85-
YUV91.8683.5174.46-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 64.34%
GREEN value IS 74 (29.30% from 255) = 30.33%
BLUE value IS 13 (5.47% from 255) = 5.33%
R=64.34%
G=30.33%
B=5.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.92
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157741300.530.920.3825.4284.7133.33
Hex9D4AD0355C26195521
Octal23511215065134463112541
Binary100111011001010110101101011011100100110110011010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,74,13); }

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

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

 a { background-color: rgb(157,74,13); }

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

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

 span { border-color: rgb(157,74,13); }

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