Html Css Color HEX #934030 Tia Maria

📋 copy color: '#934030'

red 147 ◦ green 64 ◦ blue 48

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

Shades of Tia Maria #934030

Tints of Tia Maria #934030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.53%

R = 56.76%
G = 24.71%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#934030 (or 0x934030) is known color: Tia Maria. HEX triplet: 93, 40 and 30. RGB value is (147,64,48). Sum of RGB (Red+Green+Blue) = 147+64+48=259 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.76% from 259); Green value is 64 (25.39% from 255 or 24.71% from 259); Blue value is 48 (19.14% from 255 or 18.53% from 259); Max value from RGB is 147 - color contains mainly: red. Hex color #934030 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #934030 is #6CBFCF. Grayscale: #575757. Windows color (decimal): -7126992 or 3162259. OLE color: 3162259.

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

Color convert

RGB 147 64 48 -
CMYK 0 0.56 0.67 0.42
HSL 9.7º 0.51% 0.38% -
HSV(B) 9.7º 0.67% 0.58% -
XYZ 14.4 10.08 3.98 -
YUV 86.99 106 170.8 -
System Red Green Blue C M Y K H S L
Decimal 147 64 48 0 0.56 0.67 0.42 9.7 0.51 0.38
Hex 93 40 30 0 38 43 2A A 33 26
Octal 223 100 60 0 70 103 52 12 63 46
Binary 10010011 1000000 110000 0 111000 1000011 101010 1010 110011 100110

Color Harmonies of #934030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #934030

Black with #934030

Text Example


Text Example

White with #934030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #934030; }

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

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

background-color css

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

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

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

border-color css

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

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

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