Html Css Color HEX #99422A Tia Maria

📋 copy color: '#99422A'

red 153 ◦ green 66 ◦ blue 42

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

Shades of Tia Maria #99422A

Tints of Tia Maria #99422A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 16.09%

R = 58.62%
G = 25.29%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.73

 K value IS 0.4

RGB Variations

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

Color information

#99422A (or 0x99422A) is known color: Tia Maria. HEX triplet: 99, 42 and 2A. RGB value is (153,66,42). Sum of RGB (Red+Green+Blue) = 153+66+42=261 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.62% from 261); Green value is 66 (26.17% from 255 or 25.29% from 261); Blue value is 42 (16.80% from 255 or 16.09% from 261); Max value from RGB is 153 - color contains mainly: red. Hex color #99422A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99422A is #66BDD5. Grayscale: #595959. Windows color (decimal): -6733270 or 2769561. OLE color: 2769561.

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

Color convert

RGB 153 66 42 -
CMYK 0 0.57 0.73 0.4
HSL 12.97º 0.57% 0.38% -
HSV(B) 12.97º 0.73% 0.6% -
XYZ 15.5 10.84 3.46 -
YUV 89.28 101.32 173.45 -
System Red Green Blue C M Y K H S L
Decimal 153 66 42 0 0.57 0.73 0.4 12.97 0.57 0.38
Hex 99 42 2A 0 39 49 28 D 39 26
Octal 231 102 52 0 71 111 50 15 71 46
Binary 10011001 1000010 101010 0 111001 1001001 101000 1101 111001 100110

Color Harmonies of #99422A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99422A

Black with #99422A

Text Example


Text Example

White with #99422A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99422A; }

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

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

background-color css

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

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

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

border-color css

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

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

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