Html Css Color HEX #993F30 Tia Maria

📋 copy color: '#993F30'

red 153 ◦ green 63 ◦ blue 48

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

Shades of Tia Maria #993F30

Tints of Tia Maria #993F30

RGB

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

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

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

R = 57.95%
G = 23.86%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.69

 K value IS 0.4

RGB Variations

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

Color information

#993F30 (or 0x993F30) is known color: Tia Maria. HEX triplet: 99, 3F and 30. RGB value is (153,63,48). Sum of RGB (Red+Green+Blue) = 153+63+48=264 (34% of max value = 765). Red value is 153 (60.16% from 255 or 57.95% from 264); Green value is 63 (25% from 255 or 23.86% from 264); Blue value is 48 (19.14% from 255 or 18.18% from 264); Max value from RGB is 153 - color contains mainly: red. Hex color #993F30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993F30 is #66C0CF. Grayscale: #585858. Windows color (decimal): -6734032 or 3162009. OLE color: 3162009.

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

Color convert

RGB 153 63 48 -
CMYK 0 0.59 0.69 0.4
HSL 8.57º 0.52% 0.39% -
HSV(B) 8.57º 0.69% 0.6% -
XYZ 15.45 10.54 4.02 -
YUV 88.2 105.32 174.22 -
System Red Green Blue C M Y K H S L
Decimal 153 63 48 0 0.59 0.69 0.4 8.57 0.52 0.39
Hex 99 3F 30 0 3B 45 28 9 34 27
Octal 231 77 60 0 73 105 50 11 64 47
Binary 10011001 111111 110000 0 111011 1000101 101000 1001 110100 100111

Color Harmonies of #993F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993F30

Black with #993F30

Text Example


Text Example

White with #993F30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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