#963C00

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

Shades of Saddle Brown #963C00

Tints of Saddle Brown #963C00

Color information

#963C00 (or 0x963C00) is unknown color: approx Saddle Brown. HEX triplet: 96, 3C and 00. RGB value is (150,60,0). Sum of RGB (Red+Green+Blue) = 150+60+0=210 (27% of max value = 765). Red value is 150 (58.98% from 255 or 71.43% from 210); Green value is 60 (23.83% from 255 or 28.57% from 210); Blue value is 0 (0.39% from 255 or 0% from 210); Max value from RGB is 150 - color contains mainly: red. Hex color #963C00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963C00 is #69C3FF. Grayscale: #505050. Windows color (decimal): -6931456 or 15510. OLE color: 15510.

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

Color convert

RGB150600-
CMYK00.610.41
HSL24º100%29.41%-
HSV(B)24º100%58.82%-
XYZ14.199.721.13-
YUV80.0782.82177.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 71.43%
GREEN value IS 60 (23.83% from 255) = 28.57%
BLUE value IS 0 (0.39% from 255) = 0%
R=71.43%
G=28.57%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15060000.610.412410029.41
Hex963C003C642918641d
Octal226740074144513014435
Binary1001011011110000111100110010010100111000110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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