#95491D

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

Shades of Saddle Brown #95491D

Tints of Saddle Brown #95491D

Color information

#95491D (or 0x95491D) is unknown color: approx Saddle Brown. HEX triplet: 95, 49 and 1D. RGB value is (149,73,29). Sum of RGB (Red+Green+Blue) = 149+73+29=251 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.36% from 251); Green value is 73 (28.91% from 255 or 29.08% from 251); Blue value is 29 (11.72% from 255 or 11.55% from 251); Max value from RGB is 149 - color contains mainly: red. Hex color #95491D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95491D is #6AB6E2. Grayscale: #5A5A5A. Windows color (decimal): -6993635 or 1919381. OLE color: 1919381.

HSL color Cylindrical-coordinate representation of color #95491D: hue angle of 22º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #95491D is Cyan = 0, Magento = 0.51, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB1497329-
CMYK00.510.810.42
HSL22º67.42%34.9%-
HSV(B)22º80.54%58.43%-
XYZ1511.242.54-
YUV90.7193.18169.58-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 59.36%
GREEN value IS 73 (28.91% from 255) = 29.08%
BLUE value IS 29 (11.72% from 255) = 11.55%
R=59.36%
G=29.08%
B=11.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.81
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149732900.510.810.422267.4234.9
Hex95491D033512A164323
Octal22511135063121522610343
Binary1001010110010011110101100111010001101010101101000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95491D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95491D; }

 p { color: rgb(149,73,29); }

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

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

 a { background-color: rgb(149,73,29); }

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

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

 span { border-color: rgb(149,73,29); }

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