#963A00

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

Shades of Saddle Brown #963A00

Tints of Saddle Brown #963A00

Color information

#963A00 (or 0x963A00) is unknown color: approx Saddle Brown. HEX triplet: 96, 3A and 00. RGB value is (150,58,0). Sum of RGB (Red+Green+Blue) = 150+58+0=208 (27% of max value = 765). Red value is 150 (58.98% from 255 or 72.12% from 208); Green value is 58 (23.05% from 255 or 27.88% from 208); Blue value is 0 (0.39% from 255 or 0% from 208); Max value from RGB is 150 - color contains mainly: red. Hex color #963A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963A00 is #69C5FF. Grayscale: #4F4F4F. Windows color (decimal): -6931968 or 14998. OLE color: 14998.

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

Color convert

RGB150580-
CMYK00.6110.41
HSL23.2º100%29.41%-
HSV(B)23.2º100%58.82%-
XYZ14.099.511.09-
YUV78.983.48178.72-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 72.12%
GREEN value IS 58 (23.05% from 255) = 27.88%
BLUE value IS 0 (0.39% from 255) = 0%
R=72.12%
G=27.88%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15058000.6110.4123.210029.41
Hex963A003D642917641d
Octal226720075144512714435
Binary1001011011101000111101110010010100110111110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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