#9C3D04

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

Shades of Saddle Brown #9C3D04

Tints of Saddle Brown #9C3D04

Color information

#9C3D04 (or 0x9C3D04) is unknown color: approx Saddle Brown. HEX triplet: 9C, 3D and 04. RGB value is (156,61,4). Sum of RGB (Red+Green+Blue) = 156+61+4=221 (29% of max value = 765). Red value is 156 (61.33% from 255 or 70.59% from 221); Green value is 61 (24.22% from 255 or 27.60% from 221); Blue value is 4 (1.95% from 255 or 1.81% from 221); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3D04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C3D04 is #63C2FB. Grayscale: #535353. Windows color (decimal): -6537980 or 277916. OLE color: 277916.

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

Color convert

RGB156614-
CMYK00.610.970.39
HSL22.5º95%31.37%-
HSV(B)22.5º97.44%61.18%-
XYZ15.410.411.31-
YUV82.9183.47180.13-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 70.59%
GREEN value IS 61 (24.22% from 255) = 27.60%
BLUE value IS 4 (1.95% from 255) = 1.81%
R=70.59%
G=27.60%
B=1.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.97
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15661400.610.970.3922.59531.37
Hex9C3D403D6127165f1f
Octal234754075141472613737
Binary100111001111011000111101110000110011110110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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