Html Css Color HEX #993D2C Tia Maria

📋 copy color: '#993D2C'

red 153 ◦ green 61 ◦ blue 44

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

Shades of Tia Maria #993D2C

Tints of Tia Maria #993D2C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.64%

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

R = 59.3%
G = 23.64%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.71

 K value IS 0.4

RGB Variations

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

Color information

#993D2C (or 0x993D2C) is known color: Tia Maria. HEX triplet: 99, 3D and 2C. RGB value is (153,61,44). Sum of RGB (Red+Green+Blue) = 153+61+44=258 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.30% from 258); Green value is 61 (24.22% from 255 or 23.64% from 258); Blue value is 44 (17.58% from 255 or 17.05% from 258); Max value from RGB is 153 - color contains mainly: red. Hex color #993D2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993D2C is #66C2D3. Grayscale: #565656. Windows color (decimal): -6734548 or 2899353. OLE color: 2899353.

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

Color convert

RGB 153 61 44 -
CMYK 0 0.60 0.71 0.4
HSL 9.36º 0.55% 0.39% -
HSV(B) 9.36º 0.71% 0.6% -
XYZ 15.26 10.29 3.57 -
YUV 86.57 103.98 175.38 -
System Red Green Blue C M Y K H S L
Decimal 153 61 44 0 0.60 0.71 0.4 9.36 0.55 0.39
Hex 99 3D 2C 0 3C 47 28 9 37 27
Octal 231 75 54 0 74 107 50 11 67 47
Binary 10011001 111101 101100 0 111100 1000111 101000 1001 110111 100111

Color Harmonies of #993D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993D2C

Black with #993D2C

Text Example


Text Example

White with #993D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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