#963C04

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

Shades of Saddle Brown #963C04

Tints of Saddle Brown #963C04

Color information

#963C04 (or 0x963C04) is unknown color: approx Saddle Brown. HEX triplet: 96, 3C and 04. RGB value is (150,60,4). Sum of RGB (Red+Green+Blue) = 150+60+4=214 (28% of max value = 765). Red value is 150 (58.98% from 255 or 70.09% from 214); Green value is 60 (23.83% from 255 or 28.04% from 214); Blue value is 4 (1.95% from 255 or 1.87% from 214); Max value from RGB is 150 - color contains mainly: red. Hex color #963C04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963C04 is #69C3FB. Grayscale: #505050. Windows color (decimal): -6931452 or 277654. OLE color: 277654.

HSL color Cylindrical-coordinate representation of color #963C04: hue angle of 23.01º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #963C04 is Cyan = 0, Magento = 0.6, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB150604-
CMYK00.60.970.41
HSL23.01º94.81%30.2%-
HSV(B)23.01º97.33%58.82%-
XYZ14.229.721.24-
YUV80.5384.82177.55-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 70.09%
GREEN value IS 60 (23.83% from 255) = 28.04%
BLUE value IS 4 (1.95% from 255) = 1.87%
R=70.09%
G=28.04%
B=1.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.97
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15060400.60.970.4123.0194.8130.2
Hex963C403C6129175f1e
Octal226744074141512713736
Binary100101101111001000111100110000110100110111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963C04; }

 p { color: rgb(150,60,4); }

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

<style>
 a { background-color: #963C04; }

 a { background-color: rgb(150,60,4); }

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

<style>
 span { border-color: #963C04; }

 span { border-color: rgb(150,60,4); }

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