#963C03

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

Shades of Saddle Brown #963C03

Tints of Saddle Brown #963C03

Color information

#963C03 (or 0x963C03) is unknown color: approx Saddle Brown. HEX triplet: 96, 3C and 03. RGB value is (150,60,3). Sum of RGB (Red+Green+Blue) = 150+60+3=213 (28% of max value = 765). Red value is 150 (58.98% from 255 or 70.42% from 213); Green value is 60 (23.83% from 255 or 28.17% from 213); Blue value is 3 (1.56% from 255 or 1.41% from 213); Max value from RGB is 150 - color contains mainly: red. Hex color #963C03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963C03 is #69C3FC. Grayscale: #505050. Windows color (decimal): -6931453 or 212118. OLE color: 212118.

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

Color convert

RGB150603-
CMYK00.60.980.41
HSL23.27º96.08%30%-
HSV(B)23.27º98%58.82%-
XYZ14.219.721.21-
YUV80.4184.32177.63-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 70.42%
GREEN value IS 60 (23.83% from 255) = 28.17%
BLUE value IS 3 (1.56% from 255) = 1.41%
R=70.42%
G=28.17%
B=1.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.98
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15060300.60.980.4123.2796.0830
Hex963C303C622917601e
Octal226743074142512714036
Binary10010110111100110111100110001010100110111110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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