Html Css Color HEX #94402C Tia Maria

📋 copy color: '#94402C'

red 148 ◦ green 64 ◦ blue 44

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

Shades of Tia Maria #94402C

Tints of Tia Maria #94402C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25%

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

R = 57.81%
G = 25%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#94402C (or 0x94402C) is known color: Tia Maria. HEX triplet: 94, 40 and 2C. RGB value is (148,64,44). Sum of RGB (Red+Green+Blue) = 148+64+44=256 (33% of max value = 765). Red value is 148 (58.20% from 255 or 57.81% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 44 (17.58% from 255 or 17.19% from 256); Max value from RGB is 148 - color contains mainly: red. Hex color #94402C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94402C is #6BBFD3. Grayscale: #575757. Windows color (decimal): -7061460 or 2900116. OLE color: 2900116.

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

Color convert

RGB 148 64 44 -
CMYK 0 0.57 0.70 0.42
HSL 11.54º 0.54% 0.38% -
HSV(B) 11.54º 0.7% 0.58% -
XYZ 14.5 10.14 3.58 -
YUV 86.84 103.83 171.63 -
System Red Green Blue C M Y K H S L
Decimal 148 64 44 0 0.57 0.70 0.42 11.54 0.54 0.38
Hex 94 40 2C 0 39 46 2A C 36 26
Octal 224 100 54 0 71 106 52 14 66 46
Binary 10010100 1000000 101100 0 111001 1000110 101010 1100 110110 100110

Color Harmonies of #94402C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94402C

Black with #94402C

Text Example


Text Example

White with #94402C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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