Html Css Color HEX #994332 Tia Maria

📋 copy color: '#994332'

red 153 ◦ green 67 ◦ blue 50

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

Shades of Tia Maria #994332

Tints of Tia Maria #994332

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.81%

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

R = 56.67%
G = 24.81%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.67

 K value IS 0.4

RGB Variations

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

Color information

#994332 (or 0x994332) is known color: Tia Maria. HEX triplet: 99, 43 and 32. RGB value is (153,67,50). Sum of RGB (Red+Green+Blue) = 153+67+50=270 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.67% from 270); Green value is 67 (26.56% from 255 or 24.81% from 270); Blue value is 50 (19.92% from 255 or 18.52% from 270); Max value from RGB is 153 - color contains mainly: red. Hex color #994332 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994332 is #66BCCD. Grayscale: #5A5A5A. Windows color (decimal): -6733006 or 3294105. OLE color: 3294105.

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

Color convert

RGB 153 67 50 -
CMYK 0 0.56 0.67 0.4
HSL 9.9º 0.51% 0.4% -
HSV(B) 9.9º 0.67% 0.6% -
XYZ 15.72 11.02 4.32 -
YUV 90.78 104.99 172.38 -
System Red Green Blue C M Y K H S L
Decimal 153 67 50 0 0.56 0.67 0.4 9.9 0.51 0.4
Hex 99 43 32 0 38 43 28 A 33 28
Octal 231 103 62 0 70 103 50 12 63 50
Binary 10011001 1000011 110010 0 111000 1000011 101000 1010 110011 101000

Color Harmonies of #994332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994332

Black with #994332

Text Example


Text Example

White with #994332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994332; }

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

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

background-color css

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

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

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

border-color css

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

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

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