#943C12

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

Shades of Saddle Brown #943C12

Tints of Saddle Brown #943C12

Color information

#943C12 (or 0x943C12) is unknown color: approx Saddle Brown. HEX triplet: 94, 3C and 12. RGB value is (148,60,18). Sum of RGB (Red+Green+Blue) = 148+60+18=226 (29% of max value = 765). Red value is 148 (58.20% from 255 or 65.49% from 226); Green value is 60 (23.83% from 255 or 26.55% from 226); Blue value is 18 (7.42% from 255 or 7.96% from 226); Max value from RGB is 148 - color contains mainly: red. Hex color #943C12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943C12 is #6BC3ED. Grayscale: #515151. Windows color (decimal): -7062510 or 1195156. OLE color: 1195156.

HSL color Cylindrical-coordinate representation of color #943C12: hue angle of 19.38º 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 #943C12 is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB1486018-
CMYK00.590.880.42
HSL19.38º78.31%32.55%-
HSV(B)19.38º87.84%58.04%-
XYZ13.949.571.69-
YUV81.5292.15175.42-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 65.49%
GREEN value IS 60 (23.83% from 255) = 26.55%
BLUE value IS 18 (7.42% from 255) = 7.96%
R=65.49%
G=26.55%
B=7.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.88
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148601800.590.880.4219.3878.3132.55
Hex943C1203B582A134e21
Octal2247422073130522311641
Binary100101001111001001001110111011000101010100111001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943C12; }

 p { color: rgb(148,60,18); }

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

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

 a { background-color: rgb(148,60,18); }

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

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

 span { border-color: rgb(148,60,18); }

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