Html Css Color HEX #99432C Tia Maria

📋 copy color: '#99432C'

red 153 ◦ green 67 ◦ blue 44

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

Shades of Tia Maria #99432C

Tints of Tia Maria #99432C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.38%

 BLUE value IS 44 (17.58% from 255) = 16.67%

R = 57.95%
G = 25.38%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.71

 K value IS 0.4

RGB Variations

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

Color information

#99432C (or 0x99432C) is known color: Tia Maria. HEX triplet: 99, 43 and 2C. RGB value is (153,67,44). Sum of RGB (Red+Green+Blue) = 153+67+44=264 (34% of max value = 765). Red value is 153 (60.16% from 255 or 57.95% from 264); Green value is 67 (26.56% from 255 or 25.38% from 264); Blue value is 44 (17.58% from 255 or 16.67% from 264); Max value from RGB is 153 - color contains mainly: red. Hex color #99432C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99432C is #66BCD3. Grayscale: #5A5A5A. Windows color (decimal): -6733012 or 2900889. OLE color: 2900889.

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

Color convert

RGB 153 67 44 -
CMYK 0 0.56 0.71 0.4
HSL 12.66º 0.55% 0.39% -
HSV(B) 12.66º 0.71% 0.6% -
XYZ 15.6 10.97 3.68 -
YUV 90.09 101.99 172.87 -
System Red Green Blue C M Y K H S L
Decimal 153 67 44 0 0.56 0.71 0.4 12.66 0.55 0.39
Hex 99 43 2C 0 38 47 28 D 37 27
Octal 231 103 54 0 70 107 50 15 67 47
Binary 10011001 1000011 101100 0 111000 1000111 101000 1101 110111 100111

Color Harmonies of #99432C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99432C

Black with #99432C

Text Example


Text Example

White with #99432C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99432C; }

 p { color: rgb(153,67,44); }

 H1.HeaderClassName
 {
   color: #99432C;
 }
 .AnyTagClassName
 {
   color: #99432C;
 }
</style>

background-color css

<style>
 a { background-color: #99432C; }

 a { background-color: rgb(153,67,44); }

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

border-color css

<style>
 span { border-color: #99432C; }

 span { border-color: rgb(153,67,44); }

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