Html Css Color HEX #993B25 Tia Maria

📋 copy color: '#993B25'

red 153 ◦ green 59 ◦ blue 37

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

Shades of Tia Maria #993B25

Tints of Tia Maria #993B25

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.69%

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

R = 61.45%
G = 23.69%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.76

 K value IS 0.4

RGB Variations

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

Color information

#993B25 (or 0x993B25) is known color: Tia Maria. HEX triplet: 99, 3B and 25. RGB value is (153,59,37). Sum of RGB (Red+Green+Blue) = 153+59+37=249 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.45% from 249); Green value is 59 (23.44% from 255 or 23.69% from 249); Blue value is 37 (14.84% from 255 or 14.86% from 249); Max value from RGB is 153 - color contains mainly: red. Hex color #993B25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993B25 is #66C4DA. Grayscale: #545454. Windows color (decimal): -6735067 or 2440089. OLE color: 2440089.

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

Color convert

RGB 153 59 37 -
CMYK 0 0.61 0.76 0.4
HSL 11.38º 0.61% 0.37% -
HSV(B) 11.38º 0.76% 0.6% -
XYZ 15.03 10.03 2.89 -
YUV 84.6 101.14 176.79 -
System Red Green Blue C M Y K H S L
Decimal 153 59 37 0 0.61 0.76 0.4 11.38 0.61 0.37
Hex 99 3B 25 0 3D 4C 28 B 3D 25
Octal 231 73 45 0 75 114 50 13 75 45
Binary 10011001 111011 100101 0 111101 1001100 101000 1011 111101 100101

Color Harmonies of #993B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993B25

Black with #993B25

Text Example


Text Example

White with #993B25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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