#9a3b24

Color #9A3B24 Tia Maria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tia Maria #9A3B24

Tints of Tia Maria #9A3B24

Color information

#9A3B24 (or 0x9A3B24) is unknown color: approx Tia Maria. HEX triplet: 9A, 3B and 24. RGB value is (154,59,36). Sum of RGB (Red+Green+Blue) = 154+59+36=249 (32% of max value = 765). Red value is 154 (60.55% from 255 or 61.85% from 249); Green value is 59 (23.44% from 255 or 23.69% from 249); Blue value is 36 (14.45% from 255 or 14.46% from 249); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3B24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A3B24 is #65C4DB. Grayscale: #545454. Windows color (decimal): -6669532 or 2374554. OLE color: 2374554.

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

Color convert

RGB1545936-
CMYK00.620.770.40
HSL11.69º62.11%37.25%-
HSV(B)11.69º76.62%60.39%-
XYZ15.2110.132.82-
YUV84.78100.47177.37-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 61.85%
GREEN value IS 59 (23.44% from 255) = 23.69%
BLUE value IS 36 (14.45% from 255) = 14.46%
R=61.85%
G=23.69%
B=14.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.77
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154593600.620.770.4011.6962.1137.25
Hex9A3B2403E4D28c3e25
Octal232734407611550147645
Binary10011010111011100100011111010011011010001100111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9a3b24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9a3b24;
 }
 .AnyTagClassName
 {
   color: #9a3b24;
 }
</style>
background-color css

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

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

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

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

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

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