#96491B

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

Shades of Saddle Brown #96491B

Tints of Saddle Brown #96491B

Color information

#96491B (or 0x96491B) is unknown color: approx Saddle Brown. HEX triplet: 96, 49 and 1B. RGB value is (150,73,27). Sum of RGB (Red+Green+Blue) = 150+73+27=250 (33% of max value = 765). Red value is 150 (58.98% from 255 or 60% from 250); Green value is 73 (28.91% from 255 or 29.2% from 250); Blue value is 27 (10.94% from 255 or 10.8% from 250); Max value from RGB is 150 - color contains mainly: red. Hex color #96491B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96491B is #69B6E4. Grayscale: #5B5B5B. Windows color (decimal): -6928101 or 1788310. OLE color: 1788310.

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

Color convert

RGB1507327-
CMYK00.510.820.41
HSL22.44º69.49%34.71%-
HSV(B)22.44º82%58.82%-
XYZ15.1611.332.42-
YUV90.7892.01170.24-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 60%
GREEN value IS 73 (28.91% from 255) = 29.2%
BLUE value IS 27 (10.94% from 255) = 10.8%
R=60%
G=29.2%
B=10.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.82
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150732700.510.820.4122.4469.4934.71
Hex96491B0335229164523
Octal22611133063122512610543
Binary1001011010010011101101100111010010101001101101000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96491B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96491B; }

 p { color: rgb(150,73,27); }

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

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

 a { background-color: rgb(150,73,27); }

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

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

 span { border-color: rgb(150,73,27); }

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