Html Css Color HEX #994227 Tia Maria

📋 copy color: '#994227'

red 153 ◦ green 66 ◦ blue 39

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

Shades of Tia Maria #994227

Tints of Tia Maria #994227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.12%

R = 59.3%
G = 25.58%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.75

 K value IS 0.4

RGB Variations

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

Color information

#994227 (or 0x994227) is known color: Tia Maria. HEX triplet: 99, 42 and 27. RGB value is (153,66,39). Sum of RGB (Red+Green+Blue) = 153+66+39=258 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.30% from 258); Green value is 66 (26.17% from 255 or 25.58% from 258); Blue value is 39 (15.62% from 255 or 15.12% from 258); Max value from RGB is 153 - color contains mainly: red. Hex color #994227 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994227 is #66BDD8. Grayscale: #595959. Windows color (decimal): -6733273 or 2572953. OLE color: 2572953.

HSL color Cylindrical-coordinate representation of color #994227: hue angle of 14.21º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #994227 is Cyan = 0, Magento = 0.57, Yellow = 0.75 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 66 39 -
CMYK 0 0.57 0.75 0.4
HSL 14.21º 0.59% 0.38% -
HSV(B) 14.21º 0.75% 0.6% -
XYZ 15.45 10.82 3.19 -
YUV 88.94 99.82 173.7 -
System Red Green Blue C M Y K H S L
Decimal 153 66 39 0 0.57 0.75 0.4 14.21 0.59 0.38
Hex 99 42 27 0 39 4B 28 E 3B 26
Octal 231 102 47 0 71 113 50 16 73 46
Binary 10011001 1000010 100111 0 111001 1001011 101000 1110 111011 100110

Color Harmonies of #994227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994227

Black with #994227

Text Example


Text Example

White with #994227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994227; }

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

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

background-color css

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

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

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

border-color css

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

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

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