#943A05

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

Shades of Saddle Brown #943A05

Tints of Saddle Brown #943A05

Color information

#943A05 (or 0x943A05) is unknown color: approx Saddle Brown. HEX triplet: 94, 3A and 05. RGB value is (148,58,5). Sum of RGB (Red+Green+Blue) = 148+58+5=211 (27% of max value = 765). Red value is 148 (58.20% from 255 or 70.14% from 211); Green value is 58 (23.05% from 255 or 27.49% from 211); Blue value is 5 (2.34% from 255 or 2.37% from 211); Max value from RGB is 148 - color contains mainly: red. Hex color #943A05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943A05 is #6BC5FA. Grayscale: #4F4F4F. Windows color (decimal): -7063035 or 342676. OLE color: 342676.

HSL color Cylindrical-coordinate representation of color #943A05: hue angle of 22.24º degrees, saturation: 0.93, 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 #943A05 is Cyan = 0, Magento = 0.61, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB148585-
CMYK00.610.970.42
HSL22.24º93.46%30%-
HSV(B)22.24º96.62%58.04%-
XYZ13.759.331.22-
YUV78.8786.32177.31-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 70.14%
GREEN value IS 58 (23.05% from 255) = 27.49%
BLUE value IS 5 (2.34% from 255) = 2.37%
R=70.14%
G=27.49%
B=2.37%

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
Decimal14858500.610.970.4222.2493.4630
Hex943A503D612A165d1e
Octal224725075141522613536
Binary100101001110101010111101110000110101010110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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