Html Css Color HEX #93472D Tia Maria

📋 copy color: '#93472D'

red 147 ◦ green 71 ◦ blue 45

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

Shades of Tia Maria #93472D

Tints of Tia Maria #93472D

RGB

 RED value IS 147 (57.81% from 255) = 55.89%

 GREEN value IS 71 (28.13% from 255) = 27%

 BLUE value IS 45 (17.97% from 255) = 17.11%

R = 55.89%
G = 27%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#93472D (or 0x93472D) is known color: Tia Maria. HEX triplet: 93, 47 and 2D. RGB value is (147,71,45). Sum of RGB (Red+Green+Blue) = 147+71+45=263 (34% of max value = 765). Red value is 147 (57.81% from 255 or 55.89% from 263); Green value is 71 (28.12% from 255 or 27.00% from 263); Blue value is 45 (17.97% from 255 or 17.11% from 263); Max value from RGB is 147 - color contains mainly: red. Hex color #93472D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93472D is #6CB8D2. Grayscale: #5A5A5A. Windows color (decimal): -7125203 or 2967443. OLE color: 2967443.

HSL color Cylindrical-coordinate representation of color #93472D: hue angle of 15.29º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #93472D is Cyan = 0, Magento = 0.52, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 71 45 -
CMYK 0 0.52 0.69 0.42
HSL 15.29º 0.53% 0.38% -
HSV(B) 15.29º 0.69% 0.58% -
XYZ 14.76 10.9 3.81 -
YUV 90.76 102.18 168.11 -
System Red Green Blue C M Y K H S L
Decimal 147 71 45 0 0.52 0.69 0.42 15.29 0.53 0.38
Hex 93 47 2D 0 34 45 2A F 35 26
Octal 223 107 55 0 64 105 52 17 65 46
Binary 10010011 1000111 101101 0 110100 1000101 101010 1111 110101 100110

Color Harmonies of #93472D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93472D

Black with #93472D

Text Example


Text Example

White with #93472D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93472D; }

 p { color: rgb(147,71,45); }

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

background-color css

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

 a { background-color: rgb(147,71,45); }

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

border-color css

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

 span { border-color: rgb(147,71,45); }

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