#963800

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

Shades of Saddle Brown #963800

Tints of Saddle Brown #963800

Color information

#963800 (or 0x963800) is unknown color: approx Saddle Brown. HEX triplet: 96, 38 and 00. RGB value is (150,56,0). Sum of RGB (Red+Green+Blue) = 150+56+0=206 (27% of max value = 765). Red value is 150 (58.98% from 255 or 72.82% from 206); Green value is 56 (22.27% from 255 or 27.18% from 206); Blue value is 0 (0.39% from 255 or 0% from 206); Max value from RGB is 150 - color contains mainly: red. Hex color #963800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963800 is #69C7FF. Grayscale: #4E4E4E. Windows color (decimal): -6932480 or 14486. OLE color: 14486.

HSL color Cylindrical-coordinate representation of color #963800: hue angle of 22.4º 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 #963800 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.41.

Color convert

RGB150560-
CMYK00.6310.41
HSL22.4º100%29.41%-
HSV(B)22.4º100%58.82%-
XYZ13.999.311.06-
YUV77.7284.14179.55-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 72.82%
GREEN value IS 56 (22.27% from 255) = 27.18%
BLUE value IS 0 (0.39% from 255) = 0%
R=72.82%
G=27.18%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15056000.6310.4122.410029.41
Hex9638003F642916641d
Octal226700077144512614435
Binary1001011011100000111111110010010100110110110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963800; }

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

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

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

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

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

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

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

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