Html Css Color HEX #93402C Tia Maria

📋 copy color: '#93402C'

red 147 ◦ green 64 ◦ blue 44

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

Shades of Tia Maria #93402C

Tints of Tia Maria #93402C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.1%

 BLUE value IS 44 (17.58% from 255) = 17.25%

R = 57.65%
G = 25.1%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#93402C (or 0x93402C) is known color: Tia Maria. HEX triplet: 93, 40 and 2C. RGB value is (147,64,44). Sum of RGB (Red+Green+Blue) = 147+64+44=255 (33% of max value = 765). Red value is 147 (57.81% from 255 or 57.65% from 255); Green value is 64 (25.39% from 255 or 25.10% from 255); Blue value is 44 (17.58% from 255 or 17.25% from 255); Max value from RGB is 147 - color contains mainly: red. Hex color #93402C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93402C is #6CBFD3. Grayscale: #565656. Windows color (decimal): -7126996 or 2900115. OLE color: 2900115.

HSL color Cylindrical-coordinate representation of color #93402C: hue angle of 11.65º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #93402C is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 64 44 -
CMYK 0 0.56 0.70 0.42
HSL 11.65º 0.54% 0.37% -
HSV(B) 11.65º 0.7% 0.58% -
XYZ 14.32 10.05 3.57 -
YUV 86.54 104 171.13 -
System Red Green Blue C M Y K H S L
Decimal 147 64 44 0 0.56 0.70 0.42 11.65 0.54 0.37
Hex 93 40 2C 0 38 46 2A C 36 25
Octal 223 100 54 0 70 106 52 14 66 45
Binary 10010011 1000000 101100 0 111000 1000110 101010 1100 110110 100101

Color Harmonies of #93402C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93402C

Black with #93402C

Text Example


Text Example

White with #93402C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93402C; }

 p { color: rgb(147,64,44); }

 H1.HeaderClassName
 {
   color: #93402C;
 }
 .AnyTagClassName
 {
   color: #93402C;
 }
</style>

background-color css

<style>
 a { background-color: #93402C; }

 a { background-color: rgb(147,64,44); }

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

border-color css

<style>
 span { border-color: #93402C; }

 span { border-color: rgb(147,64,44); }

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