#963B02

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

Shades of Saddle Brown #963B02

Tints of Saddle Brown #963B02

Color information

#963B02 (or 0x963B02) is unknown color: approx Saddle Brown. HEX triplet: 96, 3B and 02. RGB value is (150,59,2). Sum of RGB (Red+Green+Blue) = 150+59+2=211 (27% of max value = 765). Red value is 150 (58.98% from 255 or 71.09% from 211); Green value is 59 (23.44% from 255 or 27.96% from 211); Blue value is 2 (1.17% from 255 or 0.95% from 211); Max value from RGB is 150 - color contains mainly: red. Hex color #963B02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963B02 is #69C4FD. Grayscale: #505050. Windows color (decimal): -6931710 or 146326. OLE color: 146326.

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

Color convert

RGB150592-
CMYK00.610.990.41
HSL23.11º97.37%29.8%-
HSV(B)23.11º98.67%58.82%-
XYZ14.159.621.17-
YUV79.7184.15178.13-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 71.09%
GREEN value IS 59 (23.44% from 255) = 27.96%
BLUE value IS 2 (1.17% from 255) = 0.95%
R=71.09%
G=27.96%
B=0.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.99
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15059200.610.990.4123.1197.3729.8
Hex963B203D632917611e
Octal226732075143512714136
Binary10010110111011100111101110001110100110111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,59,2); }

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

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

 a { background-color: rgb(150,59,2); }

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

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

 span { border-color: rgb(150,59,2); }

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