Html Css Color HEX #944430 Tia Maria

📋 copy color: '#944430'

red 148 ◦ green 68 ◦ blue 48

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

Shades of Tia Maria #944430

Tints of Tia Maria #944430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.18%

R = 56.06%
G = 25.76%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#944430 (or 0x944430) is known color: Tia Maria. HEX triplet: 94, 44 and 30. RGB value is (148,68,48). Sum of RGB (Red+Green+Blue) = 148+68+48=264 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.06% from 264); Green value is 68 (26.95% from 255 or 25.76% from 264); Blue value is 48 (19.14% from 255 or 18.18% from 264); Max value from RGB is 148 - color contains mainly: red. Hex color #944430 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944430 is #6BBBCF. Grayscale: #595959. Windows color (decimal): -7060432 or 3163284. OLE color: 3163284.

HSL color Cylindrical-coordinate representation of color #944430: hue angle of 12º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #944430 is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 68 48 -
CMYK 0 0.54 0.68 0.42
HSL 12º 0.51% 0.38% -
HSV(B) 12º 0.68% 0.58% -
XYZ 14.81 10.64 4.07 -
YUV 89.64 104.5 169.63 -
System Red Green Blue C M Y K H S L
Decimal 148 68 48 0 0.54 0.68 0.42 12 0.51 0.38
Hex 94 44 30 0 36 44 2A C 33 26
Octal 224 104 60 0 66 104 52 14 63 46
Binary 10010100 1000100 110000 0 110110 1000100 101010 1100 110011 100110

Color Harmonies of #944430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944430

Black with #944430

Text Example


Text Example

White with #944430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944430; }

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

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

background-color css

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

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

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

border-color css

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

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

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