Html Css Color HEX #993F33 Tia Maria

📋 copy color: '#993F33'

red 153 ◦ green 63 ◦ blue 51

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

Shades of Tia Maria #993F33

Tints of Tia Maria #993F33

RGB

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

 GREEN value IS 63 (25% from 255) = 23.6%

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

R = 57.3%
G = 23.6%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.67

 K value IS 0.4

RGB Variations

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

Color information

#993F33 (or 0x993F33) is known color: Tia Maria. HEX triplet: 99, 3F and 33. RGB value is (153,63,51). Sum of RGB (Red+Green+Blue) = 153+63+51=267 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.30% from 267); Green value is 63 (25% from 255 or 23.60% from 267); Blue value is 51 (20.31% from 255 or 19.10% from 267); Max value from RGB is 153 - color contains mainly: red. Hex color #993F33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993F33 is #66C0CC. Grayscale: #585858. Windows color (decimal): -6734029 or 3358617. OLE color: 3358617.

HSL color Cylindrical-coordinate representation of color #993F33: hue angle of 7.06º 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 #993F33 is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 63 51 -
CMYK 0 0.59 0.67 0.4
HSL 7.06º 0.5% 0.4% -
HSV(B) 7.06º 0.67% 0.6% -
XYZ 15.51 10.57 4.35 -
YUV 88.54 106.82 173.98 -
System Red Green Blue C M Y K H S L
Decimal 153 63 51 0 0.59 0.67 0.4 7.06 0.5 0.4
Hex 99 3F 33 0 3B 43 28 7 32 28
Octal 231 77 63 0 73 103 50 7 62 50
Binary 10011001 111111 110011 0 111011 1000011 101000 111 110010 101000

Color Harmonies of #993F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993F33

Black with #993F33

Text Example


Text Example

White with #993F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993F33; }

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

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

background-color css

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

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

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

border-color css

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

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

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