Html Css Color HEX #99412E Tia Maria

📋 copy color: '#99412E'

red 153 ◦ green 65 ◦ blue 46

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

Shades of Tia Maria #99412E

Tints of Tia Maria #99412E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.42%

R = 57.95%
G = 24.62%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.70

 K value IS 0.4

RGB Variations

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

Color information

#99412E (or 0x99412E) is known color: Tia Maria. HEX triplet: 99, 41 and 2E. RGB value is (153,65,46). Sum of RGB (Red+Green+Blue) = 153+65+46=264 (34% of max value = 765). Red value is 153 (60.16% from 255 or 57.95% from 264); Green value is 65 (25.78% from 255 or 24.62% from 264); Blue value is 46 (18.36% from 255 or 17.42% from 264); Max value from RGB is 153 - color contains mainly: red. Hex color #99412E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99412E is #66BED1. Grayscale: #595959. Windows color (decimal): -6733522 or 3031449. OLE color: 3031449.

HSL color Cylindrical-coordinate representation of color #99412E: hue angle of 10.65º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #99412E is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 65 46 -
CMYK 0 0.58 0.70 0.4
HSL 10.65º 0.54% 0.39% -
HSV(B) 10.65º 0.7% 0.6% -
XYZ 15.52 10.75 3.84 -
YUV 89.15 103.65 173.54 -
System Red Green Blue C M Y K H S L
Decimal 153 65 46 0 0.58 0.70 0.4 10.65 0.54 0.39
Hex 99 41 2E 0 3A 46 28 B 36 27
Octal 231 101 56 0 72 106 50 13 66 47
Binary 10011001 1000001 101110 0 111010 1000110 101000 1011 110110 100111

Color Harmonies of #99412E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99412E

Black with #99412E

Text Example


Text Example

White with #99412E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #99412E;
 }
 .AnyTagClassName
 {
   color: #99412E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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