Html Css Color HEX #994426 Tia Maria

📋 copy color: '#994426'

red 153 ◦ green 68 ◦ blue 38

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

Shades of Tia Maria #994426

Tints of Tia Maria #994426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.67%

R = 59.07%
G = 26.25%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.75

 K value IS 0.4

RGB Variations

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

Color information

#994426 (or 0x994426) is known color: Tia Maria. HEX triplet: 99, 44 and 26. RGB value is (153,68,38). Sum of RGB (Red+Green+Blue) = 153+68+38=259 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.07% from 259); Green value is 68 (26.95% from 255 or 26.25% from 259); Blue value is 38 (15.23% from 255 or 14.67% from 259); Max value from RGB is 153 - color contains mainly: red. Hex color #994426 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994426 is #66BBD9. Grayscale: #5A5A5A. Windows color (decimal): -6732762 or 2507929. OLE color: 2507929.

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

Color convert

RGB 153 68 38 -
CMYK 0 0.56 0.75 0.4
HSL 15.65º 0.6% 0.37% -
HSV(B) 15.65º 0.75% 0.6% -
XYZ 15.55 11.05 3.15 -
YUV 90 98.66 172.94 -
System Red Green Blue C M Y K H S L
Decimal 153 68 38 0 0.56 0.75 0.4 15.65 0.6 0.37
Hex 99 44 26 0 38 4B 28 10 3C 25
Octal 231 104 46 0 70 113 50 20 74 45
Binary 10011001 1000100 100110 0 111000 1001011 101000 10000 111100 100101

Color Harmonies of #994426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994426

Black with #994426

Text Example


Text Example

White with #994426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994426; }

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

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

background-color css

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

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

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

border-color css

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

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

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