#943D2D

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

Shades of Tia Maria #943D2D

Tints of Tia Maria #943D2D

Color information

#943D2D (or 0x943D2D) is unknown color: approx Tia Maria. HEX triplet: 94, 3D and 2D. RGB value is (148,61,45). Sum of RGB (Red+Green+Blue) = 148+61+45=254 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.27% from 254); Green value is 61 (24.22% from 255 or 24.02% from 254); Blue value is 45 (17.97% from 255 or 17.72% from 254); Max value from RGB is 148 - color contains mainly: red. Hex color #943D2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943D2D is #6BC2D2. Grayscale: #555555. Windows color (decimal): -7062227 or 2964884. OLE color: 2964884.

HSL color Cylindrical-coordinate representation of color #943D2D: hue angle of 9.32º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #943D2D is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB1486145-
CMYK00.590.700.42
HSL9.32º53.37%37.84%-
HSV(B)9.32º69.59%58.04%-
XYZ14.369.823.62-
YUV85.19105.32172.8-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 58.27%
GREEN value IS 61 (24.22% from 255) = 24.02%
BLUE value IS 45 (17.97% from 255) = 17.72%
R=58.27%
G=24.02%
B=17.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148614500.590.700.429.3253.3737.84
Hex943D2D03B462A93526
Octal224755507310652116546
Binary10010100111101101101011101110001101010101001110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,61,45); }

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

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

 a { background-color: rgb(148,61,45); }

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

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

 span { border-color: rgb(148,61,45); }

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