#953106

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

Shades of Saddle Brown #953106

Tints of Saddle Brown #953106

Color information

#953106 (or 0x953106) is unknown color: approx Saddle Brown. HEX triplet: 95, 31 and 06. RGB value is (149,49,6). Sum of RGB (Red+Green+Blue) = 149+49+6=204 (27% of max value = 765). Red value is 149 (58.59% from 255 or 73.04% from 204); Green value is 49 (19.53% from 255 or 24.02% from 204); Blue value is 6 (2.73% from 255 or 2.94% from 204); Max value from RGB is 149 - color contains mainly: red. Hex color #953106 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953106 is #6ACEF9. Grayscale: #4A4A4A. Windows color (decimal): -6999802 or 405909. OLE color: 405909.

HSL color Cylindrical-coordinate representation of color #953106: hue angle of 18.04º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #953106 is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.42.

Color convert

RGB149496-
CMYK00.670.960.42
HSL18.04º92.26%30.39%-
HSV(B)18.04º95.97%58.43%-
XYZ13.538.61.12-
YUV7489.63181.5-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 73.04%
GREEN value IS 49 (19.53% from 255) = 24.02%
BLUE value IS 6 (2.73% from 255) = 2.94%
R=73.04%
G=24.02%
B=2.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.96
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14949600.670.960.4218.0492.2630.39
Hex95316043602A125c1e
Octal2256160103140522213436
Binary1001010111000111001000011110000010101010010101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953106; }

 p { color: rgb(149,49,6); }

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

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

 a { background-color: rgb(149,49,6); }

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

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

 span { border-color: rgb(149,49,6); }

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