#953A12

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

Shades of Saddle Brown #953A12

Tints of Saddle Brown #953A12

Color information

#953A12 (or 0x953A12) is unknown color: approx Saddle Brown. HEX triplet: 95, 3A and 12. RGB value is (149,58,18). Sum of RGB (Red+Green+Blue) = 149+58+18=225 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.22% from 225); Green value is 58 (23.05% from 255 or 25.78% from 225); Blue value is 18 (7.42% from 255 or 8% from 225); Max value from RGB is 149 - color contains mainly: red. Hex color #953A12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953A12 is #6AC5ED. Grayscale: #505050. Windows color (decimal): -6997486 or 1194645. OLE color: 1194645.

HSL color Cylindrical-coordinate representation of color #953A12: hue angle of 18.32º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #953A12 is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB1495818-
CMYK00.610.880.42
HSL18.32º78.44%32.75%-
HSV(B)18.32º87.92%58.43%-
XYZ14.029.461.66-
YUV80.6592.65176.75-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 66.22%
GREEN value IS 58 (23.05% from 255) = 25.78%
BLUE value IS 18 (7.42% from 255) = 8%
R=66.22%
G=25.78%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.88
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149581800.610.880.4218.3278.4432.75
Hex953A1203D582A124e21
Octal2257222075130522211641
Binary100101011110101001001111011011000101010100101001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953A12; }

 p { color: rgb(149,58,18); }

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

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

 a { background-color: rgb(149,58,18); }

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

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

 span { border-color: rgb(149,58,18); }

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