Html Css Color HEX #9A4231 Tia Maria

📋 copy color: '#9A4231'

red 154 ◦ green 66 ◦ blue 49

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

Shades of Tia Maria #9A4231

Tints of Tia Maria #9A4231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 18.22%

R = 57.25%
G = 24.54%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.68

 K value IS 0.40

RGB Variations

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

Color information

#9A4231 (or 0x9A4231) is known color: Tia Maria. HEX triplet: 9A, 42 and 31. RGB value is (154,66,49). Sum of RGB (Red+Green+Blue) = 154+66+49=269 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.25% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 49 (19.53% from 255 or 18.22% from 269); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4231 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A4231 is #65BDCE. Grayscale: #5A5A5A. Windows color (decimal): -6667727 or 3228314. OLE color: 3228314.

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

Color convert

RGB 154 66 49 -
CMYK 0 0.57 0.68 0.40
HSL 9.71º 0.52% 0.4% -
HSV(B) 9.71º 0.68% 0.6% -
XYZ 15.83 10.99 4.19 -
YUV 90.37 104.65 173.38 -
System Red Green Blue C M Y K H S L
Decimal 154 66 49 0 0.57 0.68 0.40 9.71 0.52 0.4
Hex 9A 42 31 0 39 44 28 A 34 28
Octal 232 102 61 0 71 104 50 12 64 50
Binary 10011010 1000010 110001 0 111001 1000100 101000 1010 110100 101000

Color Harmonies of #9A4231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A4231

Black with #9A4231

Text Example


Text Example

White with #9A4231

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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