#962800

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

Shades of Saddle Brown #962800

Tints of Saddle Brown #962800

Color information

#962800 (or 0x962800) is unknown color: approx Saddle Brown. HEX triplet: 96, 28 and 00. RGB value is (150,40,0). Sum of RGB (Red+Green+Blue) = 150+40+0=190 (25% of max value = 765). Red value is 150 (58.98% from 255 or 78.95% from 190); Green value is 40 (16.02% from 255 or 21.05% from 190); Blue value is 0 (0.39% from 255 or 0% from 190); Max value from RGB is 150 - color contains mainly: red. Hex color #962800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962800 is #69D7FF. Grayscale: #444444. Windows color (decimal): -6936576 or 10390. OLE color: 10390.

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

Color convert

RGB150400-
CMYK00.7310.41
HSL16º100%29.41%-
HSV(B)16º100%58.82%-
XYZ13.3480.84-
YUV68.3389.44186.25-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 78.95%
GREEN value IS 40 (16.02% from 255) = 21.05%
BLUE value IS 0 (0.39% from 255) = 0%
R=78.95%
G=21.05%
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
Decimal15040000.7310.411610029.41
Hex96280049642910641d
Octal2265000111144512014435
Binary10010110101000001001001110010010100110000110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962800; }

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

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

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

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

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

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

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

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