Html Css Color HEX #99432D Tia Maria

📋 copy color: '#99432D'

red 153 ◦ green 67 ◦ blue 45

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

Shades of Tia Maria #99432D

Tints of Tia Maria #99432D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.98%

R = 57.74%
G = 25.28%
B = 16.98%

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

#99432D (or 0x99432D) is known color: Tia Maria. HEX triplet: 99, 43 and 2D. RGB value is (153,67,45). Sum of RGB (Red+Green+Blue) = 153+67+45=265 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.74% from 265); Green value is 67 (26.56% from 255 or 25.28% from 265); Blue value is 45 (17.97% from 255 or 16.98% from 265); Max value from RGB is 153 - color contains mainly: red. Hex color #99432D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99432D is #66BCD2. Grayscale: #5A5A5A. Windows color (decimal): -6733011 or 2966425. OLE color: 2966425.

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

Color convert

RGB 153 67 45 -
CMYK 0 0.56 0.71 0.4
HSL 12.22º 0.55% 0.39% -
HSV(B) 12.22º 0.71% 0.6% -
XYZ 15.62 10.98 3.78 -
YUV 90.21 102.49 172.79 -
System Red Green Blue C M Y K H S L
Decimal 153 67 45 0 0.56 0.71 0.4 12.22 0.55 0.39
Hex 99 43 2D 0 38 47 28 C 37 27
Octal 231 103 55 0 70 107 50 14 67 47
Binary 10011001 1000011 101101 0 111000 1000111 101000 1100 110111 100111

Color Harmonies of #99432D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99432D

Black with #99432D

Text Example


Text Example

White with #99432D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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