Html Css Color HEX #994333 Tia Maria

📋 copy color: '#994333'

red 153 ◦ green 67 ◦ blue 51

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

Shades of Tia Maria #994333

Tints of Tia Maria #994333

RGB

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

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

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

R = 56.46%
G = 24.72%
B = 18.82%

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

#994333 (or 0x994333) is known color: Tia Maria. HEX triplet: 99, 43 and 33. RGB value is (153,67,51). Sum of RGB (Red+Green+Blue) = 153+67+51=271 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.46% from 271); Green value is 67 (26.56% from 255 or 24.72% from 271); Blue value is 51 (20.31% from 255 or 18.82% from 271); Max value from RGB is 153 - color contains mainly: red. Hex color #994333 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994333 is #66BCCC. Grayscale: #5B5B5B. Windows color (decimal): -6733005 or 3359641. OLE color: 3359641.

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

Color convert

RGB 153 67 51 -
CMYK 0 0.56 0.67 0.4
HSL 9.41º 0.5% 0.4% -
HSV(B) 9.41º 0.67% 0.6% -
XYZ 15.74 11.03 4.43 -
YUV 90.89 105.49 172.3 -
System Red Green Blue C M Y K H S L
Decimal 153 67 51 0 0.56 0.67 0.4 9.41 0.5 0.4
Hex 99 43 33 0 38 43 28 9 32 28
Octal 231 103 63 0 70 103 50 11 62 50
Binary 10011001 1000011 110011 0 111000 1000011 101000 1001 110010 101000

Color Harmonies of #994333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994333

Black with #994333

Text Example


Text Example

White with #994333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994333; }

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

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

background-color css

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

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

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

border-color css

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

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

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