Html Css Color HEX #994225 Tia Maria

📋 copy color: '#994225'

red 153 ◦ green 66 ◦ blue 37

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

Shades of Tia Maria #994225

Tints of Tia Maria #994225

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.78%

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

R = 59.77%
G = 25.78%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.76

 K value IS 0.4

RGB Variations

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

Color information

#994225 (or 0x994225) is known color: Tia Maria. HEX triplet: 99, 42 and 25. RGB value is (153,66,37). Sum of RGB (Red+Green+Blue) = 153+66+37=256 (33% of max value = 765). Red value is 153 (60.16% from 255 or 59.77% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 37 (14.84% from 255 or 14.45% from 256); Max value from RGB is 153 - color contains mainly: red. Hex color #994225 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994225 is #66BDDA. Grayscale: #585858. Windows color (decimal): -6733275 or 2441881. OLE color: 2441881.

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

Color convert

RGB 153 66 37 -
CMYK 0 0.57 0.76 0.4
HSL 15º 0.61% 0.37% -
HSV(B) 15º 0.76% 0.6% -
XYZ 15.42 10.8 3.02 -
YUV 88.71 98.82 173.86 -
System Red Green Blue C M Y K H S L
Decimal 153 66 37 0 0.57 0.76 0.4 15 0.61 0.37
Hex 99 42 25 0 39 4C 28 F 3D 25
Octal 231 102 45 0 71 114 50 17 75 45
Binary 10011001 1000010 100101 0 111001 1001100 101000 1111 111101 100101

Color Harmonies of #994225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994225

Black with #994225

Text Example


Text Example

White with #994225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994225; }

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

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

background-color css

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

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

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

border-color css

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

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

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