Html Css Color HEX #944133 Tia Maria

📋 copy color: '#944133'

red 148 ◦ green 65 ◦ blue 51

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

Shades of Tia Maria #944133

Tints of Tia Maria #944133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 19.32%

R = 56.06%
G = 24.62%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#944133 (or 0x944133) is known color: Tia Maria. HEX triplet: 94, 41 and 33. RGB value is (148,65,51). Sum of RGB (Red+Green+Blue) = 148+65+51=264 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.06% from 264); Green value is 65 (25.78% from 255 or 24.62% from 264); Blue value is 51 (20.31% from 255 or 19.32% from 264); Max value from RGB is 148 - color contains mainly: red. Hex color #944133 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944133 is #6BBECC. Grayscale: #585858. Windows color (decimal): -7061197 or 3359124. OLE color: 3359124.

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

Color convert

RGB 148 65 51 -
CMYK 0 0.56 0.66 0.42
HSL 8.66º 0.49% 0.39% -
HSV(B) 8.66º 0.66% 0.58% -
XYZ 14.7 10.32 4.35 -
YUV 88.22 107 170.64 -
System Red Green Blue C M Y K H S L
Decimal 148 65 51 0 0.56 0.66 0.42 8.66 0.49 0.39
Hex 94 41 33 0 38 42 2A 9 31 27
Octal 224 101 63 0 70 102 52 11 61 47
Binary 10010100 1000001 110011 0 111000 1000010 101010 1001 110001 100111

Color Harmonies of #944133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944133

Black with #944133

Text Example


Text Example

White with #944133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944133; }

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

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

background-color css

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

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

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

border-color css

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

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

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