Html Css Color HEX #994024 Tia Maria

📋 copy color: '#994024'

red 153 ◦ green 64 ◦ blue 36

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

Shades of Tia Maria #994024

Tints of Tia Maria #994024

RGB

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

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

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

R = 60.47%
G = 25.3%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.76

 K value IS 0.4

RGB Variations

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

Color information

#994024 (or 0x994024) is known color: Tia Maria. HEX triplet: 99, 40 and 24. RGB value is (153,64,36). Sum of RGB (Red+Green+Blue) = 153+64+36=253 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.47% from 253); Green value is 64 (25.39% from 255 or 25.30% from 253); Blue value is 36 (14.45% from 255 or 14.23% from 253); Max value from RGB is 153 - color contains mainly: red. Hex color #994024 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994024 is #66BFDB. Grayscale: #575757. Windows color (decimal): -6733788 or 2375833. OLE color: 2375833.

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

Color convert

RGB 153 64 36 -
CMYK 0 0.58 0.76 0.4
HSL 14.36º 0.62% 0.37% -
HSV(B) 14.36º 0.76% 0.6% -
XYZ 15.29 10.57 2.9 -
YUV 87.42 98.99 174.78 -
System Red Green Blue C M Y K H S L
Decimal 153 64 36 0 0.58 0.76 0.4 14.36 0.62 0.37
Hex 99 40 24 0 3A 4C 28 E 3E 25
Octal 231 100 44 0 72 114 50 16 76 45
Binary 10011001 1000000 100100 0 111010 1001100 101000 1110 111110 100101

Color Harmonies of #994024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994024

Black with #994024

Text Example


Text Example

White with #994024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994024; }

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

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

background-color css

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

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

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

border-color css

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

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

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