Html Css Color HEX #994428 Tia Maria

📋 copy color: '#994428'

red 153 ◦ green 68 ◦ blue 40

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

Shades of Tia Maria #994428

Tints of Tia Maria #994428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.33%

R = 58.62%
G = 26.05%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.74

 K value IS 0.4

RGB Variations

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

Color information

#994428 (or 0x994428) is known color: Tia Maria. HEX triplet: 99, 44 and 28. RGB value is (153,68,40). Sum of RGB (Red+Green+Blue) = 153+68+40=261 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.62% from 261); Green value is 68 (26.95% from 255 or 26.05% from 261); Blue value is 40 (16.02% from 255 or 15.33% from 261); Max value from RGB is 153 - color contains mainly: red. Hex color #994428 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994428 is #66BBD7. Grayscale: #5A5A5A. Windows color (decimal): -6732760 or 2639001. OLE color: 2639001.

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

Color convert

RGB 153 68 40 -
CMYK 0 0.56 0.74 0.4
HSL 14.87º 0.59% 0.38% -
HSV(B) 14.87º 0.74% 0.6% -
XYZ 15.59 11.06 3.32 -
YUV 90.22 99.66 172.78 -
System Red Green Blue C M Y K H S L
Decimal 153 68 40 0 0.56 0.74 0.4 14.87 0.59 0.38
Hex 99 44 28 0 38 4A 28 F 3B 26
Octal 231 104 50 0 70 112 50 17 73 46
Binary 10011001 1000100 101000 0 111000 1001010 101000 1111 111011 100110

Color Harmonies of #994428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994428

Black with #994428

Text Example


Text Example

White with #994428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994428; }

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

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

background-color css

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

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

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

border-color css

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

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

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