Html Css Color HEX #993A25 Tia Maria

📋 copy color: '#993A25'

red 153 ◦ green 58 ◦ blue 37

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

Shades of Tia Maria #993A25

Tints of Tia Maria #993A25

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.39%

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

R = 61.69%
G = 23.39%
B = 14.92%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.76

 K value IS 0.4

RGB Variations

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

Color information

#993A25 (or 0x993A25) is known color: Tia Maria. HEX triplet: 99, 3A and 25. RGB value is (153,58,37). Sum of RGB (Red+Green+Blue) = 153+58+37=248 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.69% from 248); Green value is 58 (23.05% from 255 or 23.39% from 248); Blue value is 37 (14.84% from 255 or 14.92% from 248); Max value from RGB is 153 - color contains mainly: red. Hex color #993A25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993A25 is #66C5DA. Grayscale: #545454. Windows color (decimal): -6735323 or 2439833. OLE color: 2439833.

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

Color convert

RGB 153 58 37 -
CMYK 0 0.62 0.76 0.4
HSL 10.86º 0.61% 0.37% -
HSV(B) 10.86º 0.76% 0.6% -
XYZ 14.98 9.93 2.88 -
YUV 84.01 101.47 177.21 -
System Red Green Blue C M Y K H S L
Decimal 153 58 37 0 0.62 0.76 0.4 10.86 0.61 0.37
Hex 99 3A 25 0 3E 4C 28 B 3D 25
Octal 231 72 45 0 76 114 50 13 75 45
Binary 10011001 111010 100101 0 111110 1001100 101000 1011 111101 100101

Color Harmonies of #993A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993A25

Black with #993A25

Text Example


Text Example

White with #993A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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