Html Css Color HEX #94442B Tia Maria

📋 copy color: '#94442B'

red 148 ◦ green 68 ◦ blue 43

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

Shades of Tia Maria #94442B

Tints of Tia Maria #94442B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.25%

 BLUE value IS 43 (17.19% from 255) = 16.6%

R = 57.14%
G = 26.25%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#94442B (or 0x94442B) is known color: Tia Maria. HEX triplet: 94, 44 and 2B. RGB value is (148,68,43). Sum of RGB (Red+Green+Blue) = 148+68+43=259 (34% of max value = 765). Red value is 148 (58.20% from 255 or 57.14% from 259); Green value is 68 (26.95% from 255 or 26.25% from 259); Blue value is 43 (17.19% from 255 or 16.60% from 259); Max value from RGB is 148 - color contains mainly: red. Hex color #94442B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94442B is #6BBBD4. Grayscale: #595959. Windows color (decimal): -7060437 or 2835604. OLE color: 2835604.

HSL color Cylindrical-coordinate representation of color #94442B: hue angle of 14.29º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #94442B is Cyan = 0, Magento = 0.54, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 68 43 -
CMYK 0 0.54 0.71 0.42
HSL 14.29º 0.55% 0.37% -
HSV(B) 14.29º 0.71% 0.58% -
XYZ 14.72 10.6 3.56 -
YUV 89.07 102 170.03 -
System Red Green Blue C M Y K H S L
Decimal 148 68 43 0 0.54 0.71 0.42 14.29 0.55 0.37
Hex 94 44 2B 0 36 47 2A E 37 25
Octal 224 104 53 0 66 107 52 16 67 45
Binary 10010100 1000100 101011 0 110110 1000111 101010 1110 110111 100101

Color Harmonies of #94442B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94442B

Black with #94442B

Text Example


Text Example

White with #94442B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94442B; }

 p { color: rgb(148,68,43); }

 H1.HeaderClassName
 {
   color: #94442B;
 }
 .AnyTagClassName
 {
   color: #94442B;
 }
</style>

background-color css

<style>
 a { background-color: #94442B; }

 a { background-color: rgb(148,68,43); }

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

border-color css

<style>
 span { border-color: #94442B; }

 span { border-color: rgb(148,68,43); }

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