Html Css Color HEX #934430 Tia Maria

📋 copy color: '#934430'

red 147 ◦ green 68 ◦ blue 48

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

Shades of Tia Maria #934430

Tints of Tia Maria #934430

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.86%

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

R = 55.89%
G = 25.86%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#934430 (or 0x934430) is known color: Tia Maria. HEX triplet: 93, 44 and 30. RGB value is (147,68,48). Sum of RGB (Red+Green+Blue) = 147+68+48=263 (34% of max value = 765). Red value is 147 (57.81% from 255 or 55.89% from 263); Green value is 68 (26.95% from 255 or 25.86% from 263); Blue value is 48 (19.14% from 255 or 18.25% from 263); Max value from RGB is 147 - color contains mainly: red. Hex color #934430 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #934430 is #6CBBCF. Grayscale: #595959. Windows color (decimal): -7125968 or 3163283. OLE color: 3163283.

HSL color Cylindrical-coordinate representation of color #934430: hue angle of 12.12º 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 #934430 is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 68 48 -
CMYK 0 0.54 0.67 0.42
HSL 12.12º 0.51% 0.38% -
HSV(B) 12.12º 0.67% 0.58% -
XYZ 14.63 10.55 4.06 -
YUV 89.34 104.67 169.13 -
System Red Green Blue C M Y K H S L
Decimal 147 68 48 0 0.54 0.67 0.42 12.12 0.51 0.38
Hex 93 44 30 0 36 43 2A C 33 26
Octal 223 104 60 0 66 103 52 14 63 46
Binary 10010011 1000100 110000 0 110110 1000011 101010 1100 110011 100110

Color Harmonies of #934430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #934430

Black with #934430

Text Example


Text Example

White with #934430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #934430; }

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

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

background-color css

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

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

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

border-color css

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

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

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