#9A3A27

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

Shades of Tia Maria #9A3A27

Tints of Tia Maria #9A3A27

Color information

#9A3A27 (or 0x9A3A27) is unknown color: approx Tia Maria. HEX triplet: 9A, 3A and 27. RGB value is (154,58,39). Sum of RGB (Red+Green+Blue) = 154+58+39=251 (33% of max value = 765). Red value is 154 (60.55% from 255 or 61.35% from 251); Green value is 58 (23.05% from 255 or 23.11% from 251); Blue value is 39 (15.62% from 255 or 15.54% from 251); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3A27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A3A27 is #65C5D8. Grayscale: #545454. Windows color (decimal): -6669785 or 2570906. OLE color: 2570906.

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

Color convert

RGB1545839-
CMYK00.620.750.40
HSL9.91º59.59%37.84%-
HSV(B)9.91º74.68%60.39%-
XYZ15.2110.043.06-
YUV84.54102.3177.54-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 61.35%
GREEN value IS 58 (23.05% from 255) = 23.11%
BLUE value IS 39 (15.62% from 255) = 15.54%
R=61.35%
G=23.11%
B=15.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.75
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154583900.620.750.409.9159.5937.84
Hex9A3A2703E4B28a3c26
Octal232724707611350127446
Binary10011010111010100111011111010010111010001010111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A3A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,58,39); }

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

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

 a { background-color: rgb(154,58,39); }

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

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

 span { border-color: rgb(154,58,39); }

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