Html Css Color HEX #994533 Tia Maria

📋 copy color: '#994533'

red 153 ◦ green 69 ◦ blue 51

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

Shades of Tia Maria #994533

Tints of Tia Maria #994533

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.27%

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

R = 56.04%
G = 25.27%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.67

 K value IS 0.4

RGB Variations

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

Color information

#994533 (or 0x994533) is known color: Tia Maria. HEX triplet: 99, 45 and 33. RGB value is (153,69,51). Sum of RGB (Red+Green+Blue) = 153+69+51=273 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.04% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 51 (20.31% from 255 or 18.68% from 273); Max value from RGB is 153 - color contains mainly: red. Hex color #994533 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994533 is #66BACC. Grayscale: #5C5C5C. Windows color (decimal): -6732493 or 3360153. OLE color: 3360153.

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

Color convert

RGB 153 69 51 -
CMYK 0 0.55 0.67 0.4
HSL 10.59º 0.5% 0.4% -
HSV(B) 10.59º 0.67% 0.6% -
XYZ 15.86 11.27 4.47 -
YUV 92.06 104.83 171.46 -
System Red Green Blue C M Y K H S L
Decimal 153 69 51 0 0.55 0.67 0.4 10.59 0.5 0.4
Hex 99 45 33 0 37 43 28 B 32 28
Octal 231 105 63 0 67 103 50 13 62 50
Binary 10011001 1000101 110011 0 110111 1000011 101000 1011 110010 101000

Color Harmonies of #994533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994533

Black with #994533

Text Example


Text Example

White with #994533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994533; }

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

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

background-color css

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

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

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

border-color css

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

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

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