#9a411f

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

Shades of Tia Maria #9A411F

Tints of Tia Maria #9A411F

Color information

#9A411F (or 0x9A411F) is unknown color: approx Tia Maria. HEX triplet: 9A, 41 and 1F. RGB value is (154,65,31). Sum of RGB (Red+Green+Blue) = 154+65+31=250 (33% of max value = 765). Red value is 154 (60.55% from 255 or 61.6% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 31 (12.5% from 255 or 12.4% from 250); Max value from RGB is 154 - color contains mainly: red. Hex color #9A411F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A411F is #65BEE0. Grayscale: #575757. Windows color (decimal): -6668001 or 2048410. OLE color: 2048410.

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

Color convert

RGB1546531-
CMYK00.580.800.40
HSL16.59º66.49%36.27%-
HSV(B)16.59º79.87%60.39%-
XYZ15.4610.752.56-
YUV87.7495.99175.26-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 61.6%
GREEN value IS 65 (25.78% from 255) = 26%
BLUE value IS 31 (12.5% from 255) = 12.4%
R=61.6%
G=26%
B=12.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.80
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154653100.580.800.4016.5966.4936.27
Hex9A411F03A5028114224
Octal23210137072120502110244
Binary1001101010000011111101110101010000101000100011000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9a411f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,65,31); }

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

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

 a { background-color: rgb(154,65,31); }

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

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

 span { border-color: rgb(154,65,31); }

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