#96481C

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

Shades of Saddle Brown #96481C

Tints of Saddle Brown #96481C

Color information

#96481C (or 0x96481C) is unknown color: approx Saddle Brown. HEX triplet: 96, 48 and 1C. RGB value is (150,72,28). Sum of RGB (Red+Green+Blue) = 150+72+28=250 (33% of max value = 765). Red value is 150 (58.98% from 255 or 60% from 250); Green value is 72 (28.52% from 255 or 28.8% from 250); Blue value is 28 (11.33% from 255 or 11.2% from 250); Max value from RGB is 150 - color contains mainly: red. Hex color #96481C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96481C is #69B7E3. Grayscale: #5A5A5A. Windows color (decimal): -6928356 or 1853590. OLE color: 1853590.

HSL color Cylindrical-coordinate representation of color #96481C: hue angle of 21.64º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #96481C is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB1507228-
CMYK00.520.810.41
HSL21.64º68.54%34.9%-
HSV(B)21.64º81.33%58.82%-
XYZ15.111.22.46-
YUV90.3192.84170.58-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 60%
GREEN value IS 72 (28.52% from 255) = 28.8%
BLUE value IS 28 (11.33% from 255) = 11.2%
R=60%
G=28.8%
B=11.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.81
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150722800.520.810.4121.6468.5434.9
Hex96481C0345129164523
Octal22611034064121512610543
Binary1001011010010001110001101001010001101001101101000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96481C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96481C; }

 p { color: rgb(150,72,28); }

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

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

 a { background-color: rgb(150,72,28); }

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

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

 span { border-color: rgb(150,72,28); }

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