Html Css Color HEX #99422B Tia Maria

📋 copy color: '#99422B'

red 153 ◦ green 66 ◦ blue 43

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

Shades of Tia Maria #99422B

Tints of Tia Maria #99422B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.19%

 BLUE value IS 43 (17.19% from 255) = 16.41%

R = 58.4%
G = 25.19%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.72

 K value IS 0.4

RGB Variations

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

Color information

#99422B (or 0x99422B) is known color: Tia Maria. HEX triplet: 99, 42 and 2B. RGB value is (153,66,43). Sum of RGB (Red+Green+Blue) = 153+66+43=262 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.40% from 262); Green value is 66 (26.17% from 255 or 25.19% from 262); Blue value is 43 (17.19% from 255 or 16.41% from 262); Max value from RGB is 153 - color contains mainly: red. Hex color #99422B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99422B is #66BDD4. Grayscale: #595959. Windows color (decimal): -6733269 or 2835097. OLE color: 2835097.

HSL color Cylindrical-coordinate representation of color #99422B: hue angle of 12.55º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #99422B is Cyan = 0, Magento = 0.57, Yellow = 0.72 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 66 43 -
CMYK 0 0.57 0.72 0.4
HSL 12.55º 0.56% 0.38% -
HSV(B) 12.55º 0.72% 0.6% -
XYZ 15.52 10.84 3.56 -
YUV 89.39 101.82 173.37 -
System Red Green Blue C M Y K H S L
Decimal 153 66 43 0 0.57 0.72 0.4 12.55 0.56 0.38
Hex 99 42 2B 0 39 48 28 D 38 26
Octal 231 102 53 0 71 110 50 15 70 46
Binary 10011001 1000010 101011 0 111001 1001000 101000 1101 111000 100110

Color Harmonies of #99422B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99422B

Black with #99422B

Text Example


Text Example

White with #99422B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99422B; }

 p { color: rgb(153,66,43); }

 H1.HeaderClassName
 {
   color: #99422B;
 }
 .AnyTagClassName
 {
   color: #99422B;
 }
</style>

background-color css

<style>
 a { background-color: #99422B; }

 a { background-color: rgb(153,66,43); }

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

border-color css

<style>
 span { border-color: #99422B; }

 span { border-color: rgb(153,66,43); }

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