#994126

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

Shades of Tia Maria #994126

Tints of Tia Maria #994126

Color information

#994126 (or 0x994126) is unknown color: approx Tia Maria. HEX triplet: 99, 41 and 26. RGB value is (153,65,38). Sum of RGB (Red+Green+Blue) = 153+65+38=256 (33% of max value = 765). Red value is 153 (60.16% from 255 or 59.77% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 38 (15.23% from 255 or 14.84% from 256); Max value from RGB is 153 - color contains mainly: red. Hex color #994126 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994126 is #66BED9. Grayscale: #585858. Windows color (decimal): -6733530 or 2507161. OLE color: 2507161.

HSL color Cylindrical-coordinate representation of color #994126: hue angle of 14.09º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #994126 is Cyan = 0, Magento = 0.58, Yellow = 0.75 and Black (K on CMYK) = 0.4.

Color convert

RGB1536538-
CMYK00.580.750.4
HSL14.09º60.21%37.45%-
HSV(B)14.09º75.16%60%-
XYZ15.3810.693.09-
YUV88.2399.65174.2-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 59.77%
GREEN value IS 65 (25.78% from 255) = 25.39%
BLUE value IS 38 (15.23% from 255) = 14.84%
R=59.77%
G=25.39%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.75
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153653800.580.750.414.0960.2137.45
Hex99412603A4B28e3c25
Octal2311014607211350167445
Binary100110011000001100110011101010010111010001110111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994126; }

 p { color: rgb(153,65,38); }

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

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

 a { background-color: rgb(153,65,38); }

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

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

 span { border-color: rgb(153,65,38); }

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