Html Css Color HEX #994324 Tia Maria

📋 copy color: '#994324'

red 153 ◦ green 67 ◦ blue 36

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

Shades of Tia Maria #994324

Tints of Tia Maria #994324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.06%

R = 59.77%
G = 26.17%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.76

 K value IS 0.4

RGB Variations

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

Color information

#994324 (or 0x994324) is known color: Tia Maria. HEX triplet: 99, 43 and 24. RGB value is (153,67,36). Sum of RGB (Red+Green+Blue) = 153+67+36=256 (33% of max value = 765). Red value is 153 (60.16% from 255 or 59.77% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 36 (14.45% from 255 or 14.06% from 256); Max value from RGB is 153 - color contains mainly: red. Hex color #994324 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994324 is #66BCDB. Grayscale: #595959. Windows color (decimal): -6733020 or 2376601. OLE color: 2376601.

HSL color Cylindrical-coordinate representation of color #994324: hue angle of 15.9º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #994324 is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 67 36 -
CMYK 0 0.56 0.76 0.4
HSL 15.9º 0.62% 0.37% -
HSV(B) 15.9º 0.76% 0.6% -
XYZ 15.46 10.91 2.96 -
YUV 89.18 97.99 173.52 -
System Red Green Blue C M Y K H S L
Decimal 153 67 36 0 0.56 0.76 0.4 15.9 0.62 0.37
Hex 99 43 24 0 38 4C 28 10 3E 25
Octal 231 103 44 0 70 114 50 20 76 45
Binary 10011001 1000011 100100 0 111000 1001100 101000 10000 111110 100101

Color Harmonies of #994324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994324

Black with #994324

Text Example


Text Example

White with #994324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994324; }

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

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

background-color css

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

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

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

border-color css

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

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

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