#95310C

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

Shades of Saddle Brown #95310C

Tints of Saddle Brown #95310C

Color information

#95310C (or 0x95310C) is unknown color: approx Saddle Brown. HEX triplet: 95, 31 and 0C. RGB value is (149,49,12). Sum of RGB (Red+Green+Blue) = 149+49+12=210 (27% of max value = 765). Red value is 149 (58.59% from 255 or 70.95% from 210); Green value is 49 (19.53% from 255 or 23.33% from 210); Blue value is 12 (5.08% from 255 or 5.71% from 210); Max value from RGB is 149 - color contains mainly: red. Hex color #95310C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95310C is #6ACEF3. Grayscale: #4A4A4A. Windows color (decimal): -6999796 or 799125. OLE color: 799125.

HSL color Cylindrical-coordinate representation of color #95310C: hue angle of 16.2º 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 #95310C is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB1494912-
CMYK00.670.920.42
HSL16.2º85.09%31.57%-
HSV(B)16.2º91.95%58.43%-
XYZ13.568.611.3-
YUV74.6892.63181.01-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 70.95%
GREEN value IS 49 (19.53% from 255) = 23.33%
BLUE value IS 12 (5.08% from 255) = 5.71%
R=70.95%
G=23.33%
B=5.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149491200.670.920.4216.285.0931.57
Hex9531C0435C2A105520
Octal22561140103134522012540
Binary100101011100011100010000111011100101010100001010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95310C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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