Html Css Color HEX #994430 Tia Maria

📋 copy color: '#994430'

red 153 ◦ green 68 ◦ blue 48

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

Shades of Tia Maria #994430

Tints of Tia Maria #994430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.84%

R = 56.88%
G = 25.28%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.69

 K value IS 0.4

RGB Variations

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

Color information

#994430 (or 0x994430) is known color: Tia Maria. HEX triplet: 99, 44 and 30. RGB value is (153,68,48). Sum of RGB (Red+Green+Blue) = 153+68+48=269 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.88% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 48 (19.14% from 255 or 17.84% from 269); Max value from RGB is 153 - color contains mainly: red. Hex color #994430 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994430 is #66BBCF. Grayscale: #5B5B5B. Windows color (decimal): -6732752 or 3163289. OLE color: 3163289.

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

Color convert

RGB 153 68 48 -
CMYK 0 0.56 0.69 0.4
HSL 11.43º 0.52% 0.39% -
HSV(B) 11.43º 0.69% 0.6% -
XYZ 15.74 11.12 4.11 -
YUV 91.14 103.66 172.13 -
System Red Green Blue C M Y K H S L
Decimal 153 68 48 0 0.56 0.69 0.4 11.43 0.52 0.39
Hex 99 44 30 0 38 45 28 B 34 27
Octal 231 104 60 0 70 105 50 13 64 47
Binary 10011001 1000100 110000 0 111000 1000101 101000 1011 110100 100111

Color Harmonies of #994430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994430

Black with #994430

Text Example


Text Example

White with #994430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994430; }

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

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

background-color css

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

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

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

border-color css

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

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

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