Html Css Color HEX #944032 Tia Maria

📋 copy color: '#944032'

red 148 ◦ green 64 ◦ blue 50

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

Shades of Tia Maria #944032

Tints of Tia Maria #944032

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.43%

 BLUE value IS 50 (19.92% from 255) = 19.08%

R = 56.49%
G = 24.43%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#944032 (or 0x944032) is known color: Tia Maria. HEX triplet: 94, 40 and 32. RGB value is (148,64,50). Sum of RGB (Red+Green+Blue) = 148+64+50=262 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.49% from 262); Green value is 64 (25.39% from 255 or 24.43% from 262); Blue value is 50 (19.92% from 255 or 19.08% from 262); Max value from RGB is 148 - color contains mainly: red. Hex color #944032 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944032 is #6BBFCD. Grayscale: #575757. Windows color (decimal): -7061454 or 3293332. OLE color: 3293332.

HSL color Cylindrical-coordinate representation of color #944032: hue angle of 8.57º 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 #944032 is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 64 50 -
CMYK 0 0.57 0.66 0.42
HSL 8.57º 0.49% 0.39% -
HSV(B) 8.57º 0.66% 0.58% -
XYZ 14.62 10.19 4.21 -
YUV 87.52 106.83 171.14 -
System Red Green Blue C M Y K H S L
Decimal 148 64 50 0 0.57 0.66 0.42 8.57 0.49 0.39
Hex 94 40 32 0 39 42 2A 9 31 27
Octal 224 100 62 0 71 102 52 11 61 47
Binary 10010100 1000000 110010 0 111001 1000010 101010 1001 110001 100111

Color Harmonies of #944032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944032

Black with #944032

Text Example


Text Example

White with #944032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944032; }

 p { color: rgb(148,64,50); }

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

background-color css

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

 a { background-color: rgb(148,64,50); }

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

border-color css

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

 span { border-color: rgb(148,64,50); }

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