Html Css Color HEX #9A4229 Tia Maria

📋 copy color: '#9A4229'

red 154 ◦ green 66 ◦ blue 41

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

Shades of Tia Maria #9A4229

Tints of Tia Maria #9A4229

RGB

 RED value IS 154 (60.55% from 255) = 59%

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

 BLUE value IS 41 (16.41% from 255) = 15.71%

R = 59%
G = 25.29%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.73

 K value IS 0.40

RGB Variations

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

Color information

#9A4229 (or 0x9A4229) is known color: Tia Maria. HEX triplet: 9A, 42 and 29. RGB value is (154,66,41). Sum of RGB (Red+Green+Blue) = 154+66+41=261 (34% of max value = 765). Red value is 154 (60.55% from 255 or 59.00% from 261); Green value is 66 (26.17% from 255 or 25.29% from 261); Blue value is 41 (16.41% from 255 or 15.71% from 261); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4229 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A4229 is #65BDD6. Grayscale: #595959. Windows color (decimal): -6667735 or 2704026. OLE color: 2704026.

HSL color Cylindrical-coordinate representation of color #9A4229: hue angle of 13.27º degrees, saturation: 0.58, 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 #9A4229 is Cyan = 0, Magento = 0.57, Yellow = 0.73 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 66 41 -
CMYK 0 0.57 0.73 0.40
HSL 13.27º 0.58% 0.38% -
HSV(B) 13.27º 0.73% 0.6% -
XYZ 15.67 10.93 3.38 -
YUV 89.46 100.65 174.03 -
System Red Green Blue C M Y K H S L
Decimal 154 66 41 0 0.57 0.73 0.40 13.27 0.58 0.38
Hex 9A 42 29 0 39 49 28 D 3A 26
Octal 232 102 51 0 71 111 50 15 72 46
Binary 10011010 1000010 101001 0 111001 1001001 101000 1101 111010 100110

Color Harmonies of #9A4229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A4229

Black with #9A4229

Text Example


Text Example

White with #9A4229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A4229; }

 p { color: rgb(154,66,41); }

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

background-color css

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

 a { background-color: rgb(154,66,41); }

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

border-color css

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

 span { border-color: rgb(154,66,41); }

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