#943E13

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

Shades of Saddle Brown #943E13

Tints of Saddle Brown #943E13

Color information

#943E13 (or 0x943E13) is unknown color: approx Saddle Brown. HEX triplet: 94, 3E and 13. RGB value is (148,62,19). Sum of RGB (Red+Green+Blue) = 148+62+19=229 (30% of max value = 765). Red value is 148 (58.20% from 255 or 64.63% from 229); Green value is 62 (24.61% from 255 or 27.07% from 229); Blue value is 19 (7.81% from 255 or 8.30% from 229); Max value from RGB is 148 - color contains mainly: red. Hex color #943E13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943E13 is #6BC1EC. Grayscale: #535353. Windows color (decimal): -7061997 or 1261204. OLE color: 1261204.

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

Color convert

RGB1486219-
CMYK00.580.870.42
HSL20º77.25%32.75%-
HSV(B)20º87.16%58.04%-
XYZ14.059.791.76-
YUV82.8191.99174.5-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 64.63%
GREEN value IS 62 (24.61% from 255) = 27.07%
BLUE value IS 19 (7.81% from 255) = 8.30%
R=64.63%
G=27.07%
B=8.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148621900.580.870.422077.2532.75
Hex943E1303A572A144d21
Octal2247623072127522411541
Binary100101001111101001101110101010111101010101001001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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