#9A401E

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

Shades of Tia Maria #9A401E

Tints of Tia Maria #9A401E

Color information

#9A401E (or 0x9A401E) is unknown color: approx Tia Maria. HEX triplet: 9A, 40 and 1E. RGB value is (154,64,30). Sum of RGB (Red+Green+Blue) = 154+64+30=248 (32% of max value = 765). Red value is 154 (60.55% from 255 or 62.10% from 248); Green value is 64 (25.39% from 255 or 25.81% from 248); Blue value is 30 (12.11% from 255 or 12.10% from 248); Max value from RGB is 154 - color contains mainly: red. Hex color #9A401E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A401E is #65BFE1. Grayscale: #575757. Windows color (decimal): -6668258 or 1982618. OLE color: 1982618.

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

Color convert

RGB1546430-
CMYK00.580.810.40
HSL16.45º67.39%36.08%-
HSV(B)16.45º80.52%60.39%-
XYZ15.3910.632.47-
YUV87.0395.82175.76-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 62.10%
GREEN value IS 64 (25.39% from 255) = 25.81%
BLUE value IS 30 (12.11% from 255) = 12.10%
R=62.10%
G=25.81%
B=12.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.81
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154643000.580.810.4016.4567.3936.08
Hex9A401E03A5128104324
Octal23210036072121502010344
Binary1001101010000001111001110101010001101000100001000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A401E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,64,30); }

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

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

 a { background-color: rgb(154,64,30); }

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

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

 span { border-color: rgb(154,64,30); }

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