#943C13

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

Shades of Saddle Brown #943C13

Tints of Saddle Brown #943C13

Color information

#943C13 (or 0x943C13) is unknown color: approx Saddle Brown. HEX triplet: 94, 3C and 13. RGB value is (148,60,19). Sum of RGB (Red+Green+Blue) = 148+60+19=227 (30% of max value = 765). Red value is 148 (58.20% from 255 or 65.20% from 227); Green value is 60 (23.83% from 255 or 26.43% from 227); Blue value is 19 (7.81% from 255 or 8.37% from 227); Max value from RGB is 148 - color contains mainly: red. Hex color #943C13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943C13 is #6BC3EC. Grayscale: #515151. Windows color (decimal): -7062509 or 1260692. OLE color: 1260692.

HSL color Cylindrical-coordinate representation of color #943C13: hue angle of 19.07º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #943C13 is Cyan = 0, Magento = 0.59, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB1486019-
CMYK00.590.870.42
HSL19.07º77.25%32.75%-
HSV(B)19.07º87.16%58.04%-
XYZ13.959.571.73-
YUV81.6492.65175.33-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 65.20%
GREEN value IS 60 (23.83% from 255) = 26.43%
BLUE value IS 19 (7.81% from 255) = 8.37%
R=65.20%
G=26.43%
B=8.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148601900.590.870.4219.0777.2532.75
Hex943C1303B572A134d21
Octal2247423073127522311541
Binary100101001111001001101110111010111101010100111001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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