Html Css Color HEX #9A3E32 Tia Maria

📋 copy color: '#9A3E32'

red 154 ◦ green 62 ◦ blue 50

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

Shades of Tia Maria #9A3E32

Tints of Tia Maria #9A3E32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 18.8%

R = 57.89%
G = 23.31%
B = 18.8%

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

#9A3E32 (or 0x9A3E32) is known color: Tia Maria. HEX triplet: 9A, 3E and 32. RGB value is (154,62,50). Sum of RGB (Red+Green+Blue) = 154+62+50=266 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.89% from 266); Green value is 62 (24.61% from 255 or 23.31% from 266); Blue value is 50 (19.92% from 255 or 18.80% from 266); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3E32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A3E32 is #65C1CD. Grayscale: #585858. Windows color (decimal): -6668750 or 3292826. OLE color: 3292826.

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

Color convert

RGB 154 62 50 -
CMYK 0 0.60 0.68 0.40
HSL 6.92º 0.51% 0.4% -
HSV(B) 6.92º 0.68% 0.6% -
XYZ 15.62 10.55 4.23 -
YUV 88.14 106.48 174.98 -
System Red Green Blue C M Y K H S L
Decimal 154 62 50 0 0.60 0.68 0.40 6.92 0.51 0.4
Hex 9A 3E 32 0 3C 44 28 7 33 28
Octal 232 76 62 0 74 104 50 7 63 50
Binary 10011010 111110 110010 0 111100 1000100 101000 111 110011 101000

Color Harmonies of #9A3E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A3E32

Black with #9A3E32

Text Example


Text Example

White with #9A3E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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