Html Css Color HEX #994233 Tia Maria

📋 copy color: '#994233'

red 153 ◦ green 66 ◦ blue 51

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

Shades of Tia Maria #994233

Tints of Tia Maria #994233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.89%

R = 56.67%
G = 24.44%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.67

 K value IS 0.4

RGB Variations

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

Color information

#994233 (or 0x994233) is known color: Tia Maria. HEX triplet: 99, 42 and 33. RGB value is (153,66,51). Sum of RGB (Red+Green+Blue) = 153+66+51=270 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.67% from 270); Green value is 66 (26.17% from 255 or 24.44% from 270); Blue value is 51 (20.31% from 255 or 18.89% from 270); Max value from RGB is 153 - color contains mainly: red. Hex color #994233 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994233 is #66BDCC. Grayscale: #5A5A5A. Windows color (decimal): -6733261 or 3359385. OLE color: 3359385.

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

Color convert

RGB 153 66 51 -
CMYK 0 0.57 0.67 0.4
HSL 8.82º 0.5% 0.4% -
HSV(B) 8.82º 0.67% 0.6% -
XYZ 15.68 10.91 4.41 -
YUV 90.3 105.82 172.72 -
System Red Green Blue C M Y K H S L
Decimal 153 66 51 0 0.57 0.67 0.4 8.82 0.5 0.4
Hex 99 42 33 0 39 43 28 9 32 28
Octal 231 102 63 0 71 103 50 11 62 50
Binary 10011001 1000010 110011 0 111001 1000011 101000 1001 110010 101000

Color Harmonies of #994233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994233

Black with #994233

Text Example


Text Example

White with #994233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994233; }

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

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

background-color css

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

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

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

border-color css

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

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

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