Html Css Color HEX #993925 Tia Maria

📋 copy color: '#993925'

red 153 ◦ green 57 ◦ blue 37

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

Shades of Tia Maria #993925

Tints of Tia Maria #993925

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.08%

 BLUE value IS 37 (14.84% from 255) = 14.98%

R = 61.94%
G = 23.08%
B = 14.98%

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

#993925 (or 0x993925) is known color: Tia Maria. HEX triplet: 99, 39 and 25. RGB value is (153,57,37). Sum of RGB (Red+Green+Blue) = 153+57+37=247 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.94% from 247); Green value is 57 (22.66% from 255 or 23.08% from 247); Blue value is 37 (14.84% from 255 or 14.98% from 247); Max value from RGB is 153 - color contains mainly: red. Hex color #993925 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993925 is #66C6DA. Grayscale: #535353. Windows color (decimal): -6735579 or 2439577. OLE color: 2439577.

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

Color convert

RGB 153 57 37 -
CMYK 0 0.63 0.76 0.4
HSL 10.34º 0.61% 0.37% -
HSV(B) 10.34º 0.76% 0.6% -
XYZ 14.93 9.83 2.86 -
YUV 83.42 101.8 177.63 -
System Red Green Blue C M Y K H S L
Decimal 153 57 37 0 0.63 0.76 0.4 10.34 0.61 0.37
Hex 99 39 25 0 3F 4C 28 A 3D 25
Octal 231 71 45 0 77 114 50 12 75 45
Binary 10011001 111001 100101 0 111111 1001100 101000 1010 111101 100101

Color Harmonies of #993925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993925

Black with #993925

Text Example


Text Example

White with #993925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993925; }

 p { color: rgb(153,57,37); }

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

background-color css

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

 a { background-color: rgb(153,57,37); }

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

border-color css

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

 span { border-color: rgb(153,57,37); }

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