Html Css Color HEX #993D30 Tia Maria

📋 copy color: '#993D30'

red 153 ◦ green 61 ◦ blue 48

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

Shades of Tia Maria #993D30

Tints of Tia Maria #993D30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.32%

R = 58.4%
G = 23.28%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.69

 K value IS 0.4

RGB Variations

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

Color information

#993D30 (or 0x993D30) is known color: Tia Maria. HEX triplet: 99, 3D and 30. RGB value is (153,61,48). Sum of RGB (Red+Green+Blue) = 153+61+48=262 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.40% from 262); Green value is 61 (24.22% from 255 or 23.28% from 262); Blue value is 48 (19.14% from 255 or 18.32% from 262); Max value from RGB is 153 - color contains mainly: red. Hex color #993D30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993D30 is #66C2CF. Grayscale: #575757. Windows color (decimal): -6734544 or 3161497. OLE color: 3161497.

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

Color convert

RGB 153 61 48 -
CMYK 0 0.60 0.69 0.4
HSL 7.43º 0.52% 0.39% -
HSV(B) 7.43º 0.69% 0.6% -
XYZ 15.34 10.32 3.98 -
YUV 87.03 105.98 175.06 -
System Red Green Blue C M Y K H S L
Decimal 153 61 48 0 0.60 0.69 0.4 7.43 0.52 0.39
Hex 99 3D 30 0 3C 45 28 7 34 27
Octal 231 75 60 0 74 105 50 7 64 47
Binary 10011001 111101 110000 0 111100 1000101 101000 111 110100 100111

Color Harmonies of #993D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993D30

Black with #993D30

Text Example


Text Example

White with #993D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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