#95480E

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

Shades of Saddle Brown #95480E

Tints of Saddle Brown #95480E

Color information

#95480E (or 0x95480E) is unknown color: approx Saddle Brown. HEX triplet: 95, 48 and 0E. RGB value is (149,72,14). Sum of RGB (Red+Green+Blue) = 149+72+14=235 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.40% from 235); Green value is 72 (28.52% from 255 or 30.64% from 235); Blue value is 14 (5.86% from 255 or 5.96% from 235); Max value from RGB is 149 - color contains mainly: red. Hex color #95480E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95480E is #6AB7F1. Grayscale: #585858. Windows color (decimal): -6993906 or 936085. OLE color: 936085.

HSL color Cylindrical-coordinate representation of color #95480E: hue angle of 25.78º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #95480E is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB1497214-
CMYK00.520.910.42
HSL25.78º82.82%31.96%-
HSV(B)25.78º90.6%58.43%-
XYZ14.7911.061.77-
YUV88.4186.01171.22-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 63.40%
GREEN value IS 72 (28.52% from 255) = 30.64%
BLUE value IS 14 (5.86% from 255) = 5.96%
R=63.40%
G=30.64%
B=5.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149721400.520.910.4225.7882.8231.96
Hex9548E0345B2A1a5320
Octal22511016064133523212340
Binary100101011001000111001101001011011101010110101010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95480E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95480E; }

 p { color: rgb(149,72,14); }

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

<style>
 a { background-color: #95480E; }

 a { background-color: rgb(149,72,14); }

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

<style>
 span { border-color: #95480E; }

 span { border-color: rgb(149,72,14); }

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