Html Css Color HEX #94462C Tia Maria

📋 copy color: '#94462C'

red 148 ◦ green 70 ◦ blue 44

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

Shades of Tia Maria #94462C

Tints of Tia Maria #94462C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.72%

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

R = 56.49%
G = 26.72%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#94462C (or 0x94462C) is known color: Tia Maria. HEX triplet: 94, 46 and 2C. RGB value is (148,70,44). Sum of RGB (Red+Green+Blue) = 148+70+44=262 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.49% from 262); Green value is 70 (27.73% from 255 or 26.72% from 262); Blue value is 44 (17.58% from 255 or 16.79% from 262); Max value from RGB is 148 - color contains mainly: red. Hex color #94462C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94462C is #6BB9D3. Grayscale: #5A5A5A. Windows color (decimal): -7059924 or 2901652. OLE color: 2901652.

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

Color convert

RGB 148 70 44 -
CMYK 0 0.53 0.70 0.42
HSL 15º 0.54% 0.38% -
HSV(B) 15º 0.7% 0.58% -
XYZ 14.86 10.86 3.7 -
YUV 90.36 101.84 169.11 -
System Red Green Blue C M Y K H S L
Decimal 148 70 44 0 0.53 0.70 0.42 15 0.54 0.38
Hex 94 46 2C 0 35 46 2A F 36 26
Octal 224 106 54 0 65 106 52 17 66 46
Binary 10010100 1000110 101100 0 110101 1000110 101010 1111 110110 100110

Color Harmonies of #94462C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94462C

Black with #94462C

Text Example


Text Example

White with #94462C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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