#943F2F

Color #943F2F Tia Maria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tia Maria #943F2F

Tints of Tia Maria #943F2F

Color information

#943F2F (or 0x943F2F) is unknown color: approx Tia Maria. HEX triplet: 94, 3F and 2F. RGB value is (148,63,47). Sum of RGB (Red+Green+Blue) = 148+63+47=258 (34% of max value = 765). Red value is 148 (58.20% from 255 or 57.36% from 258); Green value is 63 (25% from 255 or 24.42% from 258); Blue value is 47 (18.75% from 255 or 18.22% from 258); Max value from RGB is 148 - color contains mainly: red. Hex color #943F2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943F2F is #6BC0D0. Grayscale: #565656. Windows color (decimal): -7061713 or 3096468. OLE color: 3096468.

HSL color Cylindrical-coordinate representation of color #943F2F: hue angle of 9.5º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #943F2F is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB1486347-
CMYK00.570.680.42
HSL9.5º51.79%38.24%-
HSV(B)9.5º68.24%58.04%-
XYZ14.510.063.87-
YUV86.59105.66171.8-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 57.36%
GREEN value IS 63 (25% from 255) = 24.42%
BLUE value IS 47 (18.75% from 255) = 18.22%
R=57.36%
G=24.42%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148634700.570.680.429.551.7938.24
Hex943F2F039442Aa3426
Octal224775707110452126446
Binary10010100111111101111011100110001001010101010110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,63,47); }

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

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

 a { background-color: rgb(148,63,47); }

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

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

 span { border-color: rgb(148,63,47); }

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