Html Css Color HEX #99401F Tia Maria

📋 copy color: '#99401F'

red 153 ◦ green 64 ◦ blue 31

#99401F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tia Maria #99401F

Tints of Tia Maria #99401F

RGB

 RED value IS 153 (60.16% from 255) = 61.69%

 GREEN value IS 64 (25.39% from 255) = 25.81%

 BLUE value IS 31 (12.5% from 255) = 12.5%

R = 61.69%
G = 25.81%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.80

 K value IS 0.4

RGB Variations

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

Color information

#99401F (or 0x99401F) is known color: Tia Maria. HEX triplet: 99, 40 and 1F. RGB value is (153,64,31). Sum of RGB (Red+Green+Blue) = 153+64+31=248 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.69% from 248); Green value is 64 (25.39% from 255 or 25.81% from 248); Blue value is 31 (12.5% from 255 or 12.5% from 248); Max value from RGB is 153 - color contains mainly: red. Hex color #99401F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99401F is #66BFE0. Grayscale: #575757. Windows color (decimal): -6733793 or 2048153. OLE color: 2048153.

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

Color convert

RGB 153 64 31 -
CMYK 0 0.58 0.80 0.4
HSL 16.23º 0.66% 0.36% -
HSV(B) 16.23º 0.8% 0.6% -
XYZ 15.22 10.54 2.53 -
YUV 86.85 96.49 175.18 -
System Red Green Blue C M Y K H S L
Decimal 153 64 31 0 0.58 0.80 0.4 16.23 0.66 0.36
Hex 99 40 1F 0 3A 50 28 10 42 24
Octal 231 100 37 0 72 120 50 20 102 44
Binary 10011001 1000000 11111 0 111010 1010000 101000 10000 1000010 100100

Color Harmonies of #99401F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99401F

Black with #99401F

Text Example


Text Example

White with #99401F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #99401F;
 }
 .AnyTagClassName
 {
   color: #99401F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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