#984226

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

Shades of Tia Maria #984226

Tints of Tia Maria #984226

Color information

#984226 (or 0x984226) is unknown color: approx Tia Maria. HEX triplet: 98, 42 and 26. RGB value is (152,66,38). Sum of RGB (Red+Green+Blue) = 152+66+38=256 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.38% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 38 (15.23% from 255 or 14.84% from 256); Max value from RGB is 152 - color contains mainly: red. Hex color #984226 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984226 is #67BDD9. Grayscale: #585858. Windows color (decimal): -6798810 or 2507416. OLE color: 2507416.

HSL color Cylindrical-coordinate representation of color #984226: hue angle of 14.74º 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 #984226 is Cyan = 0, Magento = 0.57, Yellow = 0.75 and Black (K on CMYK) = 0.40.

Color convert

RGB1526638-
CMYK00.570.750.40
HSL14.74º60%37.25%-
HSV(B)14.74º75%59.61%-
XYZ15.2510.713.1-
YUV88.5299.49173.28-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 59.38%
GREEN value IS 66 (26.17% from 255) = 25.78%
BLUE value IS 38 (15.23% from 255) = 14.84%
R=59.38%
G=25.78%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.75
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152663800.570.750.4014.746037.25
Hex9842260394B28f3c25
Octal2301024607111350177445
Binary100110001000010100110011100110010111010001111111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984226; }

 p { color: rgb(152,66,38); }

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

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

 a { background-color: rgb(152,66,38); }

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

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

 span { border-color: rgb(152,66,38); }

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