Html Css Color HEX #994425 Tia Maria

📋 copy color: '#994425'

red 153 ◦ green 68 ◦ blue 37

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

Shades of Tia Maria #994425

Tints of Tia Maria #994425

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.36%

 BLUE value IS 37 (14.84% from 255) = 14.34%

R = 59.3%
G = 26.36%
B = 14.34%

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

#994425 (or 0x994425) is known color: Tia Maria. HEX triplet: 99, 44 and 25. RGB value is (153,68,37). Sum of RGB (Red+Green+Blue) = 153+68+37=258 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.30% from 258); Green value is 68 (26.95% from 255 or 26.36% from 258); Blue value is 37 (14.84% from 255 or 14.34% from 258); Max value from RGB is 153 - color contains mainly: red. Hex color #994425 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994425 is #66BBDA. Grayscale: #5A5A5A. Windows color (decimal): -6732763 or 2442393. OLE color: 2442393.

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

Color convert

RGB 153 68 37 -
CMYK 0 0.56 0.76 0.4
HSL 16.03º 0.61% 0.37% -
HSV(B) 16.03º 0.76% 0.6% -
XYZ 15.54 11.04 3.06 -
YUV 89.88 98.16 173.02 -
System Red Green Blue C M Y K H S L
Decimal 153 68 37 0 0.56 0.76 0.4 16.03 0.61 0.37
Hex 99 44 25 0 38 4C 28 10 3D 25
Octal 231 104 45 0 70 114 50 20 75 45
Binary 10011001 1000100 100101 0 111000 1001100 101000 10000 111101 100101

Color Harmonies of #994425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994425

Black with #994425

Text Example


Text Example

White with #994425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994425; }

 p { color: rgb(153,68,37); }

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

background-color css

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

 a { background-color: rgb(153,68,37); }

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

border-color css

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

 span { border-color: rgb(153,68,37); }

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