Html Css Color HEX #9A3E31 Tia Maria

📋 copy color: '#9A3E31'

red 154 ◦ green 62 ◦ blue 49

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

Shades of Tia Maria #9A3E31

Tints of Tia Maria #9A3E31

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.4%

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

R = 58.11%
G = 23.4%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.68

 K value IS 0.40

RGB Variations

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

Color information

#9A3E31 (or 0x9A3E31) is known color: Tia Maria. HEX triplet: 9A, 3E and 31. RGB value is (154,62,49). Sum of RGB (Red+Green+Blue) = 154+62+49=265 (35% of max value = 765). Red value is 154 (60.55% from 255 or 58.11% from 265); Green value is 62 (24.61% from 255 or 23.40% from 265); Blue value is 49 (19.53% from 255 or 18.49% from 265); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3E31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A3E31 is #65C1CE. Grayscale: #585858. Windows color (decimal): -6668751 or 3227290. OLE color: 3227290.

HSL color Cylindrical-coordinate representation of color #9A3E31: hue angle of 7.43º 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 #9A3E31 is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 62 49 -
CMYK 0 0.60 0.68 0.40
HSL 7.43º 0.52% 0.4% -
HSV(B) 7.43º 0.68% 0.6% -
XYZ 15.6 10.54 4.12 -
YUV 88.03 105.98 175.06 -
System Red Green Blue C M Y K H S L
Decimal 154 62 49 0 0.60 0.68 0.40 7.43 0.52 0.4
Hex 9A 3E 31 0 3C 44 28 7 34 28
Octal 232 76 61 0 74 104 50 7 64 50
Binary 10011010 111110 110001 0 111100 1000100 101000 111 110100 101000

Color Harmonies of #9A3E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A3E31

Black with #9A3E31

Text Example


Text Example

White with #9A3E31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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