Html Css Color HEX #944129 Tia Maria

📋 copy color: '#944129'

red 148 ◦ green 65 ◦ blue 41

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

Shades of Tia Maria #944129

Tints of Tia Maria #944129

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.59%

 BLUE value IS 41 (16.41% from 255) = 16.14%

R = 58.27%
G = 25.59%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#944129 (or 0x944129) is known color: Tia Maria. HEX triplet: 94, 41 and 29. RGB value is (148,65,41). Sum of RGB (Red+Green+Blue) = 148+65+41=254 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.27% from 254); Green value is 65 (25.78% from 255 or 25.59% from 254); Blue value is 41 (16.41% from 255 or 16.14% from 254); Max value from RGB is 148 - color contains mainly: red. Hex color #944129 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944129 is #6BBED6. Grayscale: #575757. Windows color (decimal): -7061207 or 2703764. OLE color: 2703764.

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

Color convert

RGB 148 65 41 -
CMYK 0 0.56 0.72 0.42
HSL 13.46º 0.57% 0.37% -
HSV(B) 13.46º 0.72% 0.58% -
XYZ 14.5 10.24 3.31 -
YUV 87.08 102 171.45 -
System Red Green Blue C M Y K H S L
Decimal 148 65 41 0 0.56 0.72 0.42 13.46 0.57 0.37
Hex 94 41 29 0 38 48 2A D 39 25
Octal 224 101 51 0 70 110 52 15 71 45
Binary 10010100 1000001 101001 0 111000 1001000 101010 1101 111001 100101

Color Harmonies of #944129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944129

Black with #944129

Text Example


Text Example

White with #944129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944129; }

 p { color: rgb(148,65,41); }

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

background-color css

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

 a { background-color: rgb(148,65,41); }

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

border-color css

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

 span { border-color: rgb(148,65,41); }

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