Html Css Color HEX #93412C Tia Maria

📋 copy color: '#93412C'

red 147 ◦ green 65 ◦ blue 44

#93412C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tia Maria #93412C

Tints of Tia Maria #93412C

RGB

 RED value IS 147 (57.81% from 255) = 57.42%

 GREEN value IS 65 (25.78% from 255) = 25.39%

 BLUE value IS 44 (17.58% from 255) = 17.19%

R = 57.42%
G = 25.39%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#93412C (or 0x93412C) is known color: Tia Maria. HEX triplet: 93, 41 and 2C. RGB value is (147,65,44). Sum of RGB (Red+Green+Blue) = 147+65+44=256 (33% of max value = 765). Red value is 147 (57.81% from 255 or 57.42% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 44 (17.58% from 255 or 17.19% from 256); Max value from RGB is 147 - color contains mainly: red. Hex color #93412C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93412C is #6CBED3. Grayscale: #575757. Windows color (decimal): -7126740 or 2900371. OLE color: 2900371.

HSL color Cylindrical-coordinate representation of color #93412C: hue angle of 12.23º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #93412C is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 65 44 -
CMYK 0 0.56 0.70 0.42
HSL 12.23º 0.54% 0.37% -
HSV(B) 12.23º 0.7% 0.58% -
XYZ 14.38 10.17 3.59 -
YUV 87.12 103.67 170.71 -
System Red Green Blue C M Y K H S L
Decimal 147 65 44 0 0.56 0.70 0.42 12.23 0.54 0.37
Hex 93 41 2C 0 38 46 2A C 36 25
Octal 223 101 54 0 70 106 52 14 66 45
Binary 10010011 1000001 101100 0 111000 1000110 101010 1100 110110 100101

Color Harmonies of #93412C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93412C

Black with #93412C

Text Example


Text Example

White with #93412C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93412C; }

 p { color: rgb(147,65,44); }

 H1.HeaderClassName
 {
   color: #93412C;
 }
 .AnyTagClassName
 {
   color: #93412C;
 }
</style>

background-color css

<style>
 a { background-color: #93412C; }

 a { background-color: rgb(147,65,44); }

 div.DivClassName
 {
   background-color: #93412C;
 }
 .BgClassName
 {
   background-color: #93412C;
 }
</style>

border-color css

<style>
 span { border-color: #93412C; }

 span { border-color: rgb(147,65,44); }

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