Html Css Color HEX #993B2C Tia Maria

📋 copy color: '#993B2C'

red 153 ◦ green 59 ◦ blue 44

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

Shades of Tia Maria #993B2C

Tints of Tia Maria #993B2C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.05%

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

R = 59.77%
G = 23.05%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.71

 K value IS 0.4

RGB Variations

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

Color information

#993B2C (or 0x993B2C) is known color: Tia Maria. HEX triplet: 99, 3B and 2C. RGB value is (153,59,44). Sum of RGB (Red+Green+Blue) = 153+59+44=256 (33% of max value = 765). Red value is 153 (60.16% from 255 or 59.77% from 256); Green value is 59 (23.44% from 255 or 23.05% from 256); Blue value is 44 (17.58% from 255 or 17.19% from 256); Max value from RGB is 153 - color contains mainly: red. Hex color #993B2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993B2C is #66C4D3. Grayscale: #555555. Windows color (decimal): -6735060 or 2898841. OLE color: 2898841.

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

Color convert

RGB 153 59 44 -
CMYK 0 0.61 0.71 0.4
HSL 8.26º 0.55% 0.39% -
HSV(B) 8.26º 0.71% 0.6% -
XYZ 15.16 10.08 3.53 -
YUV 85.4 104.64 176.22 -
System Red Green Blue C M Y K H S L
Decimal 153 59 44 0 0.61 0.71 0.4 8.26 0.55 0.39
Hex 99 3B 2C 0 3D 47 28 8 37 27
Octal 231 73 54 0 75 107 50 10 67 47
Binary 10011001 111011 101100 0 111101 1000111 101000 1000 110111 100111

Color Harmonies of #993B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993B2C

Black with #993B2C

Text Example


Text Example

White with #993B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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