Html Css Color HEX #99442E Tia Maria

📋 copy color: '#99442E'

red 153 ◦ green 68 ◦ blue 46

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

Shades of Tia Maria #99442E

Tints of Tia Maria #99442E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.47%

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

R = 57.3%
G = 25.47%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.70

 K value IS 0.4

RGB Variations

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

Color information

#99442E (or 0x99442E) is known color: Tia Maria. HEX triplet: 99, 44 and 2E. RGB value is (153,68,46). Sum of RGB (Red+Green+Blue) = 153+68+46=267 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.30% from 267); Green value is 68 (26.95% from 255 or 25.47% from 267); Blue value is 46 (18.36% from 255 or 17.23% from 267); Max value from RGB is 153 - color contains mainly: red. Hex color #99442E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99442E is #66BBD1. Grayscale: #5B5B5B. Windows color (decimal): -6732754 or 3032217. OLE color: 3032217.

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

Color convert

RGB 153 68 46 -
CMYK 0 0.56 0.70 0.4
HSL 12.34º 0.54% 0.39% -
HSV(B) 12.34º 0.7% 0.6% -
XYZ 15.7 11.1 3.9 -
YUV 90.91 102.66 172.29 -
System Red Green Blue C M Y K H S L
Decimal 153 68 46 0 0.56 0.70 0.4 12.34 0.54 0.39
Hex 99 44 2E 0 38 46 28 C 36 27
Octal 231 104 56 0 70 106 50 14 66 47
Binary 10011001 1000100 101110 0 111000 1000110 101000 1100 110110 100111

Color Harmonies of #99442E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99442E

Black with #99442E

Text Example


Text Example

White with #99442E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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