Html Css Color HEX #994032 Tia Maria

📋 copy color: '#994032'

red 153 ◦ green 64 ◦ blue 50

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

Shades of Tia Maria #994032

Tints of Tia Maria #994032

RGB

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

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

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

R = 57.3%
G = 23.97%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.67

 K value IS 0.4

RGB Variations

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

Color information

#994032 (or 0x994032) is known color: Tia Maria. HEX triplet: 99, 40 and 32. RGB value is (153,64,50). Sum of RGB (Red+Green+Blue) = 153+64+50=267 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.30% from 267); Green value is 64 (25.39% from 255 or 23.97% from 267); Blue value is 50 (19.92% from 255 or 18.73% from 267); Max value from RGB is 153 - color contains mainly: red. Hex color #994032 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994032 is #66BFCD. Grayscale: #595959. Windows color (decimal): -6733774 or 3293337. OLE color: 3293337.

HSL color Cylindrical-coordinate representation of color #994032: hue angle of 8.16º 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 #994032 is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 64 50 -
CMYK 0 0.58 0.67 0.4
HSL 8.16º 0.51% 0.4% -
HSV(B) 8.16º 0.67% 0.6% -
XYZ 15.55 10.67 4.26 -
YUV 89.02 105.99 173.64 -
System Red Green Blue C M Y K H S L
Decimal 153 64 50 0 0.58 0.67 0.4 8.16 0.51 0.4
Hex 99 40 32 0 3A 43 28 8 33 28
Octal 231 100 62 0 72 103 50 10 63 50
Binary 10011001 1000000 110010 0 111010 1000011 101000 1000 110011 101000

Color Harmonies of #994032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994032

Black with #994032

Text Example


Text Example

White with #994032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994032; }

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

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

background-color css

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

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

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

border-color css

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

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

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