#963D04

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

Shades of Saddle Brown #963D04

Tints of Saddle Brown #963D04

Color information

#963D04 (or 0x963D04) is unknown color: approx Saddle Brown. HEX triplet: 96, 3D and 04. RGB value is (150,61,4). Sum of RGB (Red+Green+Blue) = 150+61+4=215 (28% of max value = 765). Red value is 150 (58.98% from 255 or 69.77% from 215); Green value is 61 (24.22% from 255 or 28.37% from 215); Blue value is 4 (1.95% from 255 or 1.86% from 215); Max value from RGB is 150 - color contains mainly: red. Hex color #963D04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963D04 is #69C2FB. Grayscale: #515151. Windows color (decimal): -6931196 or 277910. OLE color: 277910.

HSL color Cylindrical-coordinate representation of color #963D04: hue angle of 23.42º 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 #963D04 is Cyan = 0, Magento = 0.59, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB150614-
CMYK00.590.970.41
HSL23.42º94.81%30.2%-
HSV(B)23.42º97.33%58.82%-
XYZ14.279.831.26-
YUV81.1184.49177.13-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 69.77%
GREEN value IS 61 (24.22% from 255) = 28.37%
BLUE value IS 4 (1.95% from 255) = 1.86%
R=69.77%
G=28.37%
B=1.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.97
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15061400.590.970.4123.4294.8130.2
Hex963D403B6129175f1e
Octal226754073141512713736
Binary100101101111011000111011110000110100110111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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