Html Css Color HEX #934730 Tia Maria

📋 copy color: '#934730'

red 147 ◦ green 71 ◦ blue 48

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

Shades of Tia Maria #934730

Tints of Tia Maria #934730

RGB

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

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

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

R = 55.26%
G = 26.69%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#934730 (or 0x934730) is known color: Tia Maria. HEX triplet: 93, 47 and 30. RGB value is (147,71,48). Sum of RGB (Red+Green+Blue) = 147+71+48=266 (35% of max value = 765). Red value is 147 (57.81% from 255 or 55.26% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 48 (19.14% from 255 or 18.05% from 266); Max value from RGB is 147 - color contains mainly: red. Hex color #934730 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #934730 is #6CB8CF. Grayscale: #5B5B5B. Windows color (decimal): -7125200 or 3164051. OLE color: 3164051.

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

Color convert

RGB 147 71 48 -
CMYK 0 0.52 0.67 0.42
HSL 13.94º 0.51% 0.38% -
HSV(B) 13.94º 0.67% 0.58% -
XYZ 14.82 10.92 4.12 -
YUV 91.1 103.68 167.87 -
System Red Green Blue C M Y K H S L
Decimal 147 71 48 0 0.52 0.67 0.42 13.94 0.51 0.38
Hex 93 47 30 0 34 43 2A E 33 26
Octal 223 107 60 0 64 103 52 16 63 46
Binary 10010011 1000111 110000 0 110100 1000011 101010 1110 110011 100110

Color Harmonies of #934730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #934730

Black with #934730

Text Example


Text Example

White with #934730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #934730; }

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

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

background-color css

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

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

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

border-color css

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

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

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