Html Css Color HEX #9A4434 Tia Maria

📋 copy color: '#9A4434'

red 154 ◦ green 68 ◦ blue 52

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

Shades of Tia Maria #9A4434

Tints of Tia Maria #9A4434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.98%

R = 56.2%
G = 24.82%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.66

 K value IS 0.40

RGB Variations

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

Color information

#9A4434 (or 0x9A4434) is known color: Tia Maria. HEX triplet: 9A, 44 and 34. RGB value is (154,68,52). Sum of RGB (Red+Green+Blue) = 154+68+52=274 (36% of max value = 765). Red value is 154 (60.55% from 255 or 56.20% from 274); Green value is 68 (26.95% from 255 or 24.82% from 274); Blue value is 52 (20.70% from 255 or 18.98% from 274); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4434 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A4434 is #65BBCB. Grayscale: #5C5C5C. Windows color (decimal): -6667212 or 3425434. OLE color: 3425434.

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

Color convert

RGB 154 68 52 -
CMYK 0 0.56 0.66 0.40
HSL 9.41º 0.5% 0.4% -
HSV(B) 9.41º 0.66% 0.6% -
XYZ 16.01 11.25 4.58 -
YUV 91.89 105.49 172.3 -
System Red Green Blue C M Y K H S L
Decimal 154 68 52 0 0.56 0.66 0.40 9.41 0.5 0.4
Hex 9A 44 34 0 38 42 28 9 32 28
Octal 232 104 64 0 70 102 50 11 62 50
Binary 10011010 1000100 110100 0 111000 1000010 101000 1001 110010 101000

Color Harmonies of #9A4434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A4434

Black with #9A4434

Text Example


Text Example

White with #9A4434

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,68,52); }

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

background-color css

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

 a { background-color: rgb(154,68,52); }

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

border-color css

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

 span { border-color: rgb(154,68,52); }

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