#963F03

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

Shades of Saddle Brown #963F03

Tints of Saddle Brown #963F03

Color information

#963F03 (or 0x963F03) is unknown color: approx Saddle Brown. HEX triplet: 96, 3F and 03. RGB value is (150,63,3). Sum of RGB (Red+Green+Blue) = 150+63+3=216 (28% of max value = 765). Red value is 150 (58.98% from 255 or 69.44% from 216); Green value is 63 (25% from 255 or 29.17% from 216); Blue value is 3 (1.56% from 255 or 1.39% from 216); Max value from RGB is 150 - color contains mainly: red. Hex color #963F03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963F03 is #69C0FC. Grayscale: #525252. Windows color (decimal): -6930685 or 212886. OLE color: 212886.

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

Color convert

RGB150633-
CMYK00.580.980.41
HSL24.49º96.08%30%-
HSV(B)24.49º98%58.82%-
XYZ14.3710.051.27-
YUV82.1783.32176.38-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 69.44%
GREEN value IS 63 (25% from 255) = 29.17%
BLUE value IS 3 (1.56% from 255) = 1.39%
R=69.44%
G=29.17%
B=1.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.98
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15063300.580.980.4124.4996.0830
Hex963F303A622918601e
Octal226773072142513014036
Binary10010110111111110111010110001010100111000110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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