#99431F

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

Shades of Tia Maria #99431F

Tints of Tia Maria #99431F

Color information

#99431F (or 0x99431F) is unknown color: approx Tia Maria. HEX triplet: 99, 43 and 1F. RGB value is (153,67,31). Sum of RGB (Red+Green+Blue) = 153+67+31=251 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.96% from 251); Green value is 67 (26.56% from 255 or 26.69% from 251); Blue value is 31 (12.5% from 255 or 12.35% from 251); Max value from RGB is 153 - color contains mainly: red. Hex color #99431F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99431F is #66BCE0. Grayscale: #585858. Windows color (decimal): -6733025 or 2048921. OLE color: 2048921.

HSL color Cylindrical-coordinate representation of color #99431F: hue angle of 17.7º 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 #99431F is Cyan = 0, Magento = 0.56, Yellow = 0.80 and Black (K on CMYK) = 0.4.

Color convert

RGB1536731-
CMYK00.560.800.4
HSL17.7º66.3%36.08%-
HSV(B)17.7º79.74%60%-
XYZ15.3910.892.59-
YUV88.6195.49173.93-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 60.96%
GREEN value IS 67 (26.56% from 255) = 26.69%
BLUE value IS 31 (12.5% from 255) = 12.35%
R=60.96%
G=26.69%
B=12.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.80
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153673100.560.800.417.766.336.08
Hex99431F0385028124224
Octal23110337070120502210244
Binary1001100110000111111101110001010000101000100101000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99431F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99431F; }

 p { color: rgb(153,67,31); }

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

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

 a { background-color: rgb(153,67,31); }

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

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

 span { border-color: rgb(153,67,31); }

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