Html Css Color HEX #993F24 Tia Maria

📋 copy color: '#993F24'

red 153 ◦ green 63 ◦ blue 36

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

Shades of Tia Maria #993F24

Tints of Tia Maria #993F24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.29%

R = 60.71%
G = 25%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.76

 K value IS 0.4

RGB Variations

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

Color information

#993F24 (or 0x993F24) is known color: Tia Maria. HEX triplet: 99, 3F and 24. RGB value is (153,63,36). Sum of RGB (Red+Green+Blue) = 153+63+36=252 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.71% from 252); Green value is 63 (25% from 255 or 25% from 252); Blue value is 36 (14.45% from 255 or 14.29% from 252); Max value from RGB is 153 - color contains mainly: red. Hex color #993F24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993F24 is #66C0DB. Grayscale: #575757. Windows color (decimal): -6734044 or 2375577. OLE color: 2375577.

HSL color Cylindrical-coordinate representation of color #993F24: hue angle of 13.85º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #993F24 is Cyan = 0, Magento = 0.59, Yellow = 0.76 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 63 36 -
CMYK 0 0.59 0.76 0.4
HSL 13.85º 0.62% 0.37% -
HSV(B) 13.85º 0.76% 0.6% -
XYZ 15.23 10.45 2.88 -
YUV 86.83 99.32 175.2 -
System Red Green Blue C M Y K H S L
Decimal 153 63 36 0 0.59 0.76 0.4 13.85 0.62 0.37
Hex 99 3F 24 0 3B 4C 28 E 3E 25
Octal 231 77 44 0 73 114 50 16 76 45
Binary 10011001 111111 100100 0 111011 1001100 101000 1110 111110 100101

Color Harmonies of #993F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993F24

Black with #993F24

Text Example


Text Example

White with #993F24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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