#9C3D14

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

Shades of Saddle Brown #9C3D14

Tints of Saddle Brown #9C3D14

Color information

#9C3D14 (or 0x9C3D14) is unknown color: approx Saddle Brown. HEX triplet: 9C, 3D and 14. RGB value is (156,61,20). Sum of RGB (Red+Green+Blue) = 156+61+20=237 (31% of max value = 765). Red value is 156 (61.33% from 255 or 65.82% from 237); Green value is 61 (24.22% from 255 or 25.74% from 237); Blue value is 20 (8.20% from 255 or 8.44% from 237); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3D14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C3D14 is #63C2EB. Grayscale: #545454. Windows color (decimal): -6537964 or 1326492. OLE color: 1326492.

HSL color Cylindrical-coordinate representation of color #9C3D14: hue angle of 18.09º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9C3D14 is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.39.

Color convert

RGB1566120-
CMYK00.610.870.39
HSL18.09º77.27%34.51%-
HSV(B)18.09º87.18%61.18%-
XYZ15.5110.461.86-
YUV84.7391.47178.83-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 65.82%
GREEN value IS 61 (24.22% from 255) = 25.74%
BLUE value IS 20 (8.20% from 255) = 8.44%
R=65.82%
G=25.74%
B=8.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.87
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156612000.610.870.3918.0977.2734.51
Hex9C3D1403D5727124d23
Octal2347524075127472211543
Binary100111001111011010001111011010111100111100101001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,61,20); }

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

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

 a { background-color: rgb(156,61,20); }

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

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

 span { border-color: rgb(156,61,20); }

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