#943E2D

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

Shades of Tia Maria #943E2D

Tints of Tia Maria #943E2D

Color information

#943E2D (or 0x943E2D) is unknown color: approx Tia Maria. HEX triplet: 94, 3E and 2D. RGB value is (148,62,45). Sum of RGB (Red+Green+Blue) = 148+62+45=255 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.04% from 255); Green value is 62 (24.61% from 255 or 24.31% from 255); Blue value is 45 (17.97% from 255 or 17.65% from 255); Max value from RGB is 148 - color contains mainly: red. Hex color #943E2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943E2D is #6BC1D2. Grayscale: #555555. Windows color (decimal): -7061971 or 2965140. OLE color: 2965140.

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

Color convert

RGB1486245-
CMYK00.580.700.42
HSL9.9º53.37%37.84%-
HSV(B)9.9º69.59%58.04%-
XYZ14.419.933.64-
YUV85.78104.99172.38-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 58.04%
GREEN value IS 62 (24.61% from 255) = 24.31%
BLUE value IS 45 (17.97% from 255) = 17.65%
R=58.04%
G=24.31%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148624500.580.700.429.953.3737.84
Hex943E2D03A462Aa3526
Octal224765507210652126546
Binary10010100111110101101011101010001101010101010110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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