Html Css Color HEX #9A3C24 Tia Maria

📋 copy color: '#9A3C24'

red 154 ◦ green 60 ◦ blue 36

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

Shades of Tia Maria #9A3C24

Tints of Tia Maria #9A3C24

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24%

 BLUE value IS 36 (14.45% from 255) = 14.4%

R = 61.6%
G = 24%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.77

 K value IS 0.40

RGB Variations

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

Color information

#9A3C24 (or 0x9A3C24) is known color: Tia Maria. HEX triplet: 9A, 3C and 24. RGB value is (154,60,36). Sum of RGB (Red+Green+Blue) = 154+60+36=250 (33% of max value = 765). Red value is 154 (60.55% from 255 or 61.6% from 250); Green value is 60 (23.83% from 255 or 24% from 250); Blue value is 36 (14.45% from 255 or 14.4% from 250); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3C24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A3C24 is #65C3DB. Grayscale: #555555. Windows color (decimal): -6669276 or 2374810. OLE color: 2374810.

HSL color Cylindrical-coordinate representation of color #9A3C24: hue angle of 12.2º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9A3C24 is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 60 36 -
CMYK 0 0.61 0.77 0.40
HSL 12.2º 0.62% 0.37% -
HSV(B) 12.2º 0.77% 0.6% -
XYZ 15.26 10.23 2.84 -
YUV 85.37 100.14 176.95 -
System Red Green Blue C M Y K H S L
Decimal 154 60 36 0 0.61 0.77 0.40 12.2 0.62 0.37
Hex 9A 3C 24 0 3D 4D 28 C 3E 25
Octal 232 74 44 0 75 115 50 14 76 45
Binary 10011010 111100 100100 0 111101 1001101 101000 1100 111110 100101

Color Harmonies of #9A3C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A3C24

Black with #9A3C24

Text Example


Text Example

White with #9A3C24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,60,36); }

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

background-color css

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

 a { background-color: rgb(154,60,36); }

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

border-color css

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

 span { border-color: rgb(154,60,36); }

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