Html Css Color HEX #944427 Tia Maria

📋 copy color: '#944427'

red 148 ◦ green 68 ◦ blue 39

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

Shades of Tia Maria #944427

Tints of Tia Maria #944427

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.29%

R = 58.04%
G = 26.67%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#944427 (or 0x944427) is known color: Tia Maria. HEX triplet: 94, 44 and 27. RGB value is (148,68,39). Sum of RGB (Red+Green+Blue) = 148+68+39=255 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.04% from 255); Green value is 68 (26.95% from 255 or 26.67% from 255); Blue value is 39 (15.62% from 255 or 15.29% from 255); Max value from RGB is 148 - color contains mainly: red. Hex color #944427 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944427 is #6BBBD8. Grayscale: #585858. Windows color (decimal): -7060441 or 2573460. OLE color: 2573460.

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

Color convert

RGB 148 68 39 -
CMYK 0 0.54 0.74 0.42
HSL 15.96º 0.58% 0.37% -
HSV(B) 15.96º 0.74% 0.58% -
XYZ 14.65 10.58 3.19 -
YUV 88.61 100 170.36 -
System Red Green Blue C M Y K H S L
Decimal 148 68 39 0 0.54 0.74 0.42 15.96 0.58 0.37
Hex 94 44 27 0 36 4A 2A 10 3A 25
Octal 224 104 47 0 66 112 52 20 72 45
Binary 10010100 1000100 100111 0 110110 1001010 101010 10000 111010 100101

Color Harmonies of #944427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944427

Black with #944427

Text Example


Text Example

White with #944427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944427; }

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

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

background-color css

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

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

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

border-color css

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

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

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