Html Css Color HEX #993824 Tia Maria

📋 copy color: '#993824'

red 153 ◦ green 56 ◦ blue 36

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

Shades of Tia Maria #993824

Tints of Tia Maria #993824

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.86%

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

R = 62.45%
G = 22.86%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.76

 K value IS 0.4

RGB Variations

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

Color information

#993824 (or 0x993824) is known color: Tia Maria. HEX triplet: 99, 38 and 24. RGB value is (153,56,36). Sum of RGB (Red+Green+Blue) = 153+56+36=245 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.45% from 245); Green value is 56 (22.27% from 255 or 22.86% from 245); Blue value is 36 (14.45% from 255 or 14.69% from 245); Max value from RGB is 153 - color contains mainly: red. Hex color #993824 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993824 is #66C7DB. Grayscale: #525252. Windows color (decimal): -6735836 or 2373785. OLE color: 2373785.

HSL color Cylindrical-coordinate representation of color #993824: hue angle of 10.26º 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 #993824 is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 56 36 -
CMYK 0 0.63 0.76 0.4
HSL 10.26º 0.62% 0.37% -
HSV(B) 10.26º 0.76% 0.6% -
XYZ 14.87 9.73 2.76 -
YUV 82.72 101.64 178.13 -
System Red Green Blue C M Y K H S L
Decimal 153 56 36 0 0.63 0.76 0.4 10.26 0.62 0.37
Hex 99 38 24 0 3F 4C 28 A 3E 25
Octal 231 70 44 0 77 114 50 12 76 45
Binary 10011001 111000 100100 0 111111 1001100 101000 1010 111110 100101

Color Harmonies of #993824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993824

Black with #993824

Text Example


Text Example

White with #993824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993824; }

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

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

background-color css

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

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

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

border-color css

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

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

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