#96300A

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

Shades of Saddle Brown #96300A

Tints of Saddle Brown #96300A

Color information

#96300A (or 0x96300A) is unknown color: approx Saddle Brown. HEX triplet: 96, 30 and 0A. RGB value is (150,48,10). Sum of RGB (Red+Green+Blue) = 150+48+10=208 (27% of max value = 765). Red value is 150 (58.98% from 255 or 72.12% from 208); Green value is 48 (19.14% from 255 or 23.08% from 208); Blue value is 10 (4.30% from 255 or 4.81% from 208); Max value from RGB is 150 - color contains mainly: red. Hex color #96300A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #96300A is #69CFF5. Grayscale: #4A4A4A. Windows color (decimal): -6934518 or 667798. OLE color: 667798.

HSL color Cylindrical-coordinate representation of color #96300A: hue angle of 16.29º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #96300A is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB1504810-
CMYK00.680.930.41
HSL16.29º87.5%31.37%-
HSV(B)16.29º93.33%58.82%-
XYZ13.698.621.23-
YUV74.1791.79182.09-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 72.12%
GREEN value IS 48 (19.14% from 255) = 23.08%
BLUE value IS 10 (4.30% from 255) = 4.81%
R=72.12%
G=23.08%
B=4.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150481000.680.930.4116.2987.531.37
Hex9630A0445D2910581f
Octal22660120104135512013037
Binary10010110110000101001000100101110110100110000101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96300A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96300A; }

 p { color: rgb(150,48,10); }

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

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

 a { background-color: rgb(150,48,10); }

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

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

 span { border-color: rgb(150,48,10); }

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