Html Css Color HEX #994033 Tia Maria

📋 copy color: '#994033'

red 153 ◦ green 64 ◦ blue 51

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

Shades of Tia Maria #994033

Tints of Tia Maria #994033

RGB

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

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

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

R = 57.09%
G = 23.88%
B = 19.03%

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

#994033 (or 0x994033) is known color: Tia Maria. HEX triplet: 99, 40 and 33. RGB value is (153,64,51). Sum of RGB (Red+Green+Blue) = 153+64+51=268 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.09% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 51 (20.31% from 255 or 19.03% from 268); Max value from RGB is 153 - color contains mainly: red. Hex color #994033 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994033 is #66BFCC. Grayscale: #595959. Windows color (decimal): -6733773 or 3358873. OLE color: 3358873.

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

Color convert

RGB 153 64 51 -
CMYK 0 0.58 0.67 0.4
HSL 7.65º 0.5% 0.4% -
HSV(B) 7.65º 0.67% 0.6% -
XYZ 15.57 10.68 4.37 -
YUV 89.13 106.49 173.56 -
System Red Green Blue C M Y K H S L
Decimal 153 64 51 0 0.58 0.67 0.4 7.65 0.5 0.4
Hex 99 40 33 0 3A 43 28 8 32 28
Octal 231 100 63 0 72 103 50 10 62 50
Binary 10011001 1000000 110011 0 111010 1000011 101000 1000 110010 101000

Color Harmonies of #994033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994033

Black with #994033

Text Example


Text Example

White with #994033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994033; }

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

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

background-color css

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

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

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

border-color css

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

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

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