Html Css Color HEX #993A23 Tia Maria

📋 copy color: '#993A23'

red 153 ◦ green 58 ◦ blue 35

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

Shades of Tia Maria #993A23

Tints of Tia Maria #993A23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 14.23%

R = 62.2%
G = 23.58%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.77

 K value IS 0.4

RGB Variations

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

Color information

#993A23 (or 0x993A23) is known color: Tia Maria. HEX triplet: 99, 3A and 23. RGB value is (153,58,35). Sum of RGB (Red+Green+Blue) = 153+58+35=246 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.20% from 246); Green value is 58 (23.05% from 255 or 23.58% from 246); Blue value is 35 (14.06% from 255 or 14.23% from 246); Max value from RGB is 153 - color contains mainly: red. Hex color #993A23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993A23 is #66C5DC. Grayscale: #535353. Windows color (decimal): -6735325 or 2308761. OLE color: 2308761.

HSL color Cylindrical-coordinate representation of color #993A23: hue angle of 11.69º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #993A23 is Cyan = 0, Magento = 0.62, Yellow = 0.77 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 58 35 -
CMYK 0 0.62 0.77 0.4
HSL 11.69º 0.63% 0.37% -
HSV(B) 11.69º 0.77% 0.6% -
XYZ 14.95 9.92 2.72 -
YUV 83.78 100.47 177.37 -
System Red Green Blue C M Y K H S L
Decimal 153 58 35 0 0.62 0.77 0.4 11.69 0.63 0.37
Hex 99 3A 23 0 3E 4D 28 C 3F 25
Octal 231 72 43 0 76 115 50 14 77 45
Binary 10011001 111010 100011 0 111110 1001101 101000 1100 111111 100101

Color Harmonies of #993A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993A23

Black with #993A23

Text Example


Text Example

White with #993A23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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