Html Css Color HEX #994232 Tia Maria

📋 copy color: '#994232'

red 153 ◦ green 66 ◦ blue 50

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

Shades of Tia Maria #994232

Tints of Tia Maria #994232

RGB

 RED value IS 153 (60.16% from 255) = 56.88%

 GREEN value IS 66 (26.17% from 255) = 24.54%

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

R = 56.88%
G = 24.54%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.67

 K value IS 0.4

RGB Variations

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

Color information

#994232 (or 0x994232) is known color: Tia Maria. HEX triplet: 99, 42 and 32. RGB value is (153,66,50). Sum of RGB (Red+Green+Blue) = 153+66+50=269 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.88% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 50 (19.92% from 255 or 18.59% from 269); Max value from RGB is 153 - color contains mainly: red. Hex color #994232 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994232 is #66BDCD. Grayscale: #5A5A5A. Windows color (decimal): -6733262 or 3293849. OLE color: 3293849.

HSL color Cylindrical-coordinate representation of color #994232: hue angle of 9.32º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #994232 is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 66 50 -
CMYK 0 0.57 0.67 0.4
HSL 9.32º 0.51% 0.4% -
HSV(B) 9.32º 0.67% 0.6% -
XYZ 15.66 10.9 4.3 -
YUV 90.19 105.32 172.8 -
System Red Green Blue C M Y K H S L
Decimal 153 66 50 0 0.57 0.67 0.4 9.32 0.51 0.4
Hex 99 42 32 0 39 43 28 9 33 28
Octal 231 102 62 0 71 103 50 11 63 50
Binary 10011001 1000010 110010 0 111001 1000011 101000 1001 110011 101000

Color Harmonies of #994232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994232

Black with #994232

Text Example


Text Example

White with #994232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994232; }

 p { color: rgb(153,66,50); }

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

background-color css

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

 a { background-color: rgb(153,66,50); }

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

border-color css

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

 span { border-color: rgb(153,66,50); }

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