Html Css Color HEX #993D2E Tia Maria

📋 copy color: '#993D2E'

red 153 ◦ green 61 ◦ blue 46

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

Shades of Tia Maria #993D2E

Tints of Tia Maria #993D2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.69%

R = 58.85%
G = 23.46%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.70

 K value IS 0.4

RGB Variations

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

Color information

#993D2E (or 0x993D2E) is known color: Tia Maria. HEX triplet: 99, 3D and 2E. RGB value is (153,61,46). Sum of RGB (Red+Green+Blue) = 153+61+46=260 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.85% from 260); Green value is 61 (24.22% from 255 or 23.46% from 260); Blue value is 46 (18.36% from 255 or 17.69% from 260); Max value from RGB is 153 - color contains mainly: red. Hex color #993D2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993D2E is #66C2D1. Grayscale: #565656. Windows color (decimal): -6734546 or 3030425. OLE color: 3030425.

HSL color Cylindrical-coordinate representation of color #993D2E: hue angle of 8.41º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #993D2E is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 61 46 -
CMYK 0 0.60 0.70 0.4
HSL 8.41º 0.54% 0.39% -
HSV(B) 8.41º 0.7% 0.6% -
XYZ 15.3 10.31 3.77 -
YUV 86.8 104.98 175.22 -
System Red Green Blue C M Y K H S L
Decimal 153 61 46 0 0.60 0.70 0.4 8.41 0.54 0.39
Hex 99 3D 2E 0 3C 46 28 8 36 27
Octal 231 75 56 0 74 106 50 10 66 47
Binary 10011001 111101 101110 0 111100 1000110 101000 1000 110110 100111

Color Harmonies of #993D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993D2E

Black with #993D2E

Text Example


Text Example

White with #993D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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