Html Css Color HEX #99442F Tia Maria

📋 copy color: '#99442F'

red 153 ◦ green 68 ◦ blue 47

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

Shades of Tia Maria #99442F

Tints of Tia Maria #99442F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.54%

R = 57.09%
G = 25.37%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.69

 K value IS 0.4

RGB Variations

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

Color information

#99442F (or 0x99442F) is known color: Tia Maria. HEX triplet: 99, 44 and 2F. RGB value is (153,68,47). Sum of RGB (Red+Green+Blue) = 153+68+47=268 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.09% from 268); Green value is 68 (26.95% from 255 or 25.37% from 268); Blue value is 47 (18.75% from 255 or 17.54% from 268); Max value from RGB is 153 - color contains mainly: red. Hex color #99442F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99442F is #66BBD0. Grayscale: #5B5B5B. Windows color (decimal): -6732753 or 3097753. OLE color: 3097753.

HSL color Cylindrical-coordinate representation of color #99442F: hue angle of 11.89º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #99442F is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 68 47 -
CMYK 0 0.56 0.69 0.4
HSL 11.89º 0.53% 0.39% -
HSV(B) 11.89º 0.69% 0.6% -
XYZ 15.72 11.11 4.01 -
YUV 91.02 103.16 172.21 -
System Red Green Blue C M Y K H S L
Decimal 153 68 47 0 0.56 0.69 0.4 11.89 0.53 0.39
Hex 99 44 2F 0 38 45 28 C 35 27
Octal 231 104 57 0 70 105 50 14 65 47
Binary 10011001 1000100 101111 0 111000 1000101 101000 1100 110101 100111

Color Harmonies of #99442F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99442F

Black with #99442F

Text Example


Text Example

White with #99442F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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