Html Css Color HEX #94412C Tia Maria

📋 copy color: '#94412C'

red 148 ◦ green 65 ◦ blue 44

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

Shades of Tia Maria #94412C

Tints of Tia Maria #94412C

RGB

 RED value IS 148 (58.2% from 255) = 57.59%

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

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

R = 57.59%
G = 25.29%
B = 17.12%

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

#94412C (or 0x94412C) is known color: Tia Maria. HEX triplet: 94, 41 and 2C. RGB value is (148,65,44). Sum of RGB (Red+Green+Blue) = 148+65+44=257 (34% of max value = 765). Red value is 148 (58.20% from 255 or 57.59% from 257); Green value is 65 (25.78% from 255 or 25.29% from 257); Blue value is 44 (17.58% from 255 or 17.12% from 257); Max value from RGB is 148 - color contains mainly: red. Hex color #94412C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94412C is #6BBED3. Grayscale: #575757. Windows color (decimal): -7061204 or 2900372. OLE color: 2900372.

HSL color Cylindrical-coordinate representation of color #94412C: hue angle of 12.12º degrees, saturation: 0.54, 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 #94412C is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 65 44 -
CMYK 0 0.56 0.70 0.42
HSL 12.12º 0.54% 0.38% -
HSV(B) 12.12º 0.7% 0.58% -
XYZ 14.56 10.26 3.6 -
YUV 87.42 103.5 171.21 -
System Red Green Blue C M Y K H S L
Decimal 148 65 44 0 0.56 0.70 0.42 12.12 0.54 0.38
Hex 94 41 2C 0 38 46 2A C 36 26
Octal 224 101 54 0 70 106 52 14 66 46
Binary 10010100 1000001 101100 0 111000 1000110 101010 1100 110110 100110

Color Harmonies of #94412C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94412C

Black with #94412C

Text Example


Text Example

White with #94412C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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