#99401E

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

Shades of Tia Maria #99401E

Tints of Tia Maria #99401E

Color information

#99401E (or 0x99401E) is unknown color: approx Tia Maria. HEX triplet: 99, 40 and 1E. RGB value is (153,64,30). Sum of RGB (Red+Green+Blue) = 153+64+30=247 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.94% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 30 (12.11% from 255 or 12.15% from 247); Max value from RGB is 153 - color contains mainly: red. Hex color #99401E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99401E is #66BFE1. Grayscale: #565656. Windows color (decimal): -6733794 or 1982617. OLE color: 1982617.

HSL color Cylindrical-coordinate representation of color #99401E: hue angle of 16.59º degrees, saturation: 0.67, 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 #99401E is Cyan = 0, Magento = 0.58, Yellow = 0.80 and Black (K on CMYK) = 0.4.

Color convert

RGB1536430-
CMYK00.580.800.4
HSL16.59º67.21%35.88%-
HSV(B)16.59º80.39%60%-
XYZ15.210.532.46-
YUV86.7495.99175.26-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 61.94%
GREEN value IS 64 (25.39% from 255) = 25.91%
BLUE value IS 30 (12.11% from 255) = 12.15%
R=61.94%
G=25.91%
B=12.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.80
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153643000.580.800.416.5967.2135.88
Hex99401E03A5028114324
Octal23110036072120502110344
Binary1001100110000001111001110101010000101000100011000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99401E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99401E; }

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

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

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

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

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

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

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

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