Html Css Color HEX #993725 Tia Maria

📋 copy color: '#993725'

red 153 ◦ green 55 ◦ blue 37

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

Shades of Tia Maria #993725

Tints of Tia Maria #993725

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.45%

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

R = 62.45%
G = 22.45%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.76

 K value IS 0.4

RGB Variations

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

Color information

#993725 (or 0x993725) is known color: Tia Maria. HEX triplet: 99, 37 and 25. RGB value is (153,55,37). Sum of RGB (Red+Green+Blue) = 153+55+37=245 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.45% from 245); Green value is 55 (21.88% from 255 or 22.45% from 245); Blue value is 37 (14.84% from 255 or 15.10% from 245); Max value from RGB is 153 - color contains mainly: red. Hex color #993725 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993725 is #66C8DA. Grayscale: #525252. Windows color (decimal): -6736091 or 2439065. OLE color: 2439065.

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

Color convert

RGB 153 55 37 -
CMYK 0 0.64 0.76 0.4
HSL 9.31º 0.61% 0.37% -
HSV(B) 9.31º 0.76% 0.6% -
XYZ 14.84 9.64 2.83 -
YUV 82.25 102.47 178.46 -
System Red Green Blue C M Y K H S L
Decimal 153 55 37 0 0.64 0.76 0.4 9.31 0.61 0.37
Hex 99 37 25 0 40 4C 28 9 3D 25
Octal 231 67 45 0 100 114 50 11 75 45
Binary 10011001 110111 100101 0 1000000 1001100 101000 1001 111101 100101

Color Harmonies of #993725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993725

Black with #993725

Text Example


Text Example

White with #993725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993725; }

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

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

background-color css

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

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

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

border-color css

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

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

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