Html Css Color HEX #9A3E20 Tia Maria

📋 copy color: '#9A3E20'

red 154 ◦ green 62 ◦ blue 32

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

Shades of Tia Maria #9A3E20

Tints of Tia Maria #9A3E20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.9%

R = 62.1%
G = 25%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.79

 K value IS 0.40

RGB Variations

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

Color information

#9A3E20 (or 0x9A3E20) is known color: Tia Maria. HEX triplet: 9A, 3E and 20. RGB value is (154,62,32). Sum of RGB (Red+Green+Blue) = 154+62+32=248 (32% of max value = 765). Red value is 154 (60.55% from 255 or 62.10% from 248); Green value is 62 (24.61% from 255 or 25% from 248); Blue value is 32 (12.89% from 255 or 12.90% from 248); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3E20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A3E20 is #65C1DF. Grayscale: #565656. Windows color (decimal): -6668768 or 2113178. OLE color: 2113178.

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

Color convert

RGB 154 62 32 -
CMYK 0 0.60 0.79 0.40
HSL 14.75º 0.66% 0.36% -
HSV(B) 14.75º 0.79% 0.6% -
XYZ 15.31 10.42 2.57 -
YUV 86.09 97.48 176.44 -
System Red Green Blue C M Y K H S L
Decimal 154 62 32 0 0.60 0.79 0.40 14.75 0.66 0.36
Hex 9A 3E 20 0 3C 4F 28 F 42 24
Octal 232 76 40 0 74 117 50 17 102 44
Binary 10011010 111110 100000 0 111100 1001111 101000 1111 1000010 100100

Color Harmonies of #9A3E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A3E20

Black with #9A3E20

Text Example


Text Example

White with #9A3E20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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