Html Css Color HEX #99411F Tia Maria

📋 copy color: '#99411F'

red 153 ◦ green 65 ◦ blue 31

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

Shades of Tia Maria #99411F

Tints of Tia Maria #99411F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.1%

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

R = 61.45%
G = 26.1%
B = 12.45%

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

#99411F (or 0x99411F) is known color: Tia Maria. HEX triplet: 99, 41 and 1F. RGB value is (153,65,31). Sum of RGB (Red+Green+Blue) = 153+65+31=249 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.45% from 249); Green value is 65 (25.78% from 255 or 26.10% from 249); Blue value is 31 (12.5% from 255 or 12.45% from 249); Max value from RGB is 153 - color contains mainly: red. Hex color #99411F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99411F is #66BEE0. Grayscale: #575757. Windows color (decimal): -6733537 or 2048409. OLE color: 2048409.

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

Color convert

RGB 153 65 31 -
CMYK 0 0.58 0.80 0.4
HSL 16.72º 0.66% 0.36% -
HSV(B) 16.72º 0.8% 0.6% -
XYZ 15.27 10.65 2.55 -
YUV 87.44 96.15 174.76 -
System Red Green Blue C M Y K H S L
Decimal 153 65 31 0 0.58 0.80 0.4 16.72 0.66 0.36
Hex 99 41 1F 0 3A 50 28 11 42 24
Octal 231 101 37 0 72 120 50 21 102 44
Binary 10011001 1000001 11111 0 111010 1010000 101000 10001 1000010 100100

Color Harmonies of #99411F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99411F

Black with #99411F

Text Example


Text Example

White with #99411F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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