#943A04

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

Shades of Saddle Brown #943A04

Tints of Saddle Brown #943A04

Color information

#943A04 (or 0x943A04) is unknown color: approx Saddle Brown. HEX triplet: 94, 3A and 04. RGB value is (148,58,4). Sum of RGB (Red+Green+Blue) = 148+58+4=210 (27% of max value = 765). Red value is 148 (58.20% from 255 or 70.48% from 210); Green value is 58 (23.05% from 255 or 27.62% from 210); Blue value is 4 (1.95% from 255 or 1.90% from 210); Max value from RGB is 148 - color contains mainly: red. Hex color #943A04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943A04 is #6BC5FB. Grayscale: #4F4F4F. Windows color (decimal): -7063036 or 277140. OLE color: 277140.

HSL color Cylindrical-coordinate representation of color #943A04: hue angle of 22.5º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #943A04 is Cyan = 0, Magento = 0.61, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB148584-
CMYK00.610.970.42
HSL22.5º94.74%29.8%-
HSV(B)22.5º97.3%58.04%-
XYZ13.759.331.19-
YUV78.7585.82177.39-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 70.48%
GREEN value IS 58 (23.05% from 255) = 27.62%
BLUE value IS 4 (1.95% from 255) = 1.90%
R=70.48%
G=27.62%
B=1.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14858400.610.970.4222.594.7429.8
Hex943A403D612A165f1e
Octal224724075141522613736
Binary100101001110101000111101110000110101010110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,58,4); }

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

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

 a { background-color: rgb(148,58,4); }

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

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

 span { border-color: rgb(148,58,4); }

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