Html Css Color HEX #93482F Tia Maria

📋 copy color: '#93482F'

red 147 ◦ green 72 ◦ blue 47

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

Shades of Tia Maria #93482F

Tints of Tia Maria #93482F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.07%

 BLUE value IS 47 (18.75% from 255) = 17.67%

R = 55.26%
G = 27.07%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#93482F (or 0x93482F) is known color: Tia Maria. HEX triplet: 93, 48 and 2F. RGB value is (147,72,47). Sum of RGB (Red+Green+Blue) = 147+72+47=266 (35% of max value = 765). Red value is 147 (57.81% from 255 or 55.26% from 266); Green value is 72 (28.52% from 255 or 27.07% from 266); Blue value is 47 (18.75% from 255 or 17.67% from 266); Max value from RGB is 147 - color contains mainly: red. Hex color #93482F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93482F is #6CB7D0. Grayscale: #5B5B5B. Windows color (decimal): -7124945 or 3098771. OLE color: 3098771.

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

Color convert

RGB 147 72 47 -
CMYK 0 0.51 0.68 0.42
HSL 15º 0.52% 0.38% -
HSV(B) 15º 0.68% 0.58% -
XYZ 14.86 11.04 4.04 -
YUV 91.58 102.85 167.53 -
System Red Green Blue C M Y K H S L
Decimal 147 72 47 0 0.51 0.68 0.42 15 0.52 0.38
Hex 93 48 2F 0 33 44 2A F 34 26
Octal 223 110 57 0 63 104 52 17 64 46
Binary 10010011 1001000 101111 0 110011 1000100 101010 1111 110100 100110

Color Harmonies of #93482F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93482F

Black with #93482F

Text Example


Text Example

White with #93482F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93482F; }

 p { color: rgb(147,72,47); }

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

background-color css

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

 a { background-color: rgb(147,72,47); }

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

border-color css

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

 span { border-color: rgb(147,72,47); }

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