#95480C

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

Shades of Saddle Brown #95480C

Tints of Saddle Brown #95480C

Color information

#95480C (or 0x95480C) is unknown color: approx Saddle Brown. HEX triplet: 95, 48 and 0C. RGB value is (149,72,12). Sum of RGB (Red+Green+Blue) = 149+72+12=233 (30% of max value = 765). Red value is 149 (58.59% from 255 or 63.95% from 233); Green value is 72 (28.52% from 255 or 30.90% from 233); Blue value is 12 (5.08% from 255 or 5.15% from 233); Max value from RGB is 149 - color contains mainly: red. Hex color #95480C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95480C is #6AB7F3. Grayscale: #585858. Windows color (decimal): -6993908 or 805013. OLE color: 805013.

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

Color convert

RGB1497212-
CMYK00.520.920.42
HSL26.28º85.09%31.57%-
HSV(B)26.28º91.95%58.43%-
XYZ14.7811.051.7-
YUV88.1885.01171.38-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 63.95%
GREEN value IS 72 (28.52% from 255) = 30.90%
BLUE value IS 12 (5.08% from 255) = 5.15%
R=63.95%
G=30.90%
B=5.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149721200.520.920.4226.2885.0931.57
Hex9548C0345C2A1a5520
Octal22511014064134523212540
Binary100101011001000110001101001011100101010110101010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95480C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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