#962900

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

Shades of Saddle Brown #962900

Tints of Saddle Brown #962900

Color information

#962900 (or 0x962900) is unknown color: approx Saddle Brown. HEX triplet: 96, 29 and 00. RGB value is (150,41,0). Sum of RGB (Red+Green+Blue) = 150+41+0=191 (25% of max value = 765). Red value is 150 (58.98% from 255 or 78.53% from 191); Green value is 41 (16.41% from 255 or 21.47% from 191); Blue value is 0 (0.39% from 255 or 0% from 191); Max value from RGB is 150 - color contains mainly: red. Hex color #962900 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962900 is #69D6FF. Grayscale: #454545. Windows color (decimal): -6936320 or 10646. OLE color: 10646.

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

Color convert

RGB150410-
CMYK00.7310.41
HSL16.4º100%29.41%-
HSV(B)16.4º100%58.82%-
XYZ13.378.070.85-
YUV68.9289.11185.83-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 78.53%
GREEN value IS 41 (16.41% from 255) = 21.47%
BLUE value IS 0 (0.39% from 255) = 0%
R=78.53%
G=21.47%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15041000.7310.4116.410029.41
Hex96290049642910641d
Octal2265100111144512014435
Binary10010110101001001001001110010010100110000110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962900; }

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

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

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

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

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

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

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

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