Html Css Color HEX #934830 Tia Maria

📋 copy color: '#934830'

red 147 ◦ green 72 ◦ blue 48

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

Shades of Tia Maria #934830

Tints of Tia Maria #934830

RGB

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

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

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

R = 55.06%
G = 26.97%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#934830 (or 0x934830) is known color: Tia Maria. HEX triplet: 93, 48 and 30. RGB value is (147,72,48). Sum of RGB (Red+Green+Blue) = 147+72+48=267 (35% of max value = 765). Red value is 147 (57.81% from 255 or 55.06% from 267); Green value is 72 (28.52% from 255 or 26.97% from 267); Blue value is 48 (19.14% from 255 or 17.98% from 267); Max value from RGB is 147 - color contains mainly: red. Hex color #934830 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #934830 is #6CB7CF. Grayscale: #5B5B5B. Windows color (decimal): -7124944 or 3164307. OLE color: 3164307.

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

Color convert

RGB 147 72 48 -
CMYK 0 0.51 0.67 0.42
HSL 14.55º 0.51% 0.38% -
HSV(B) 14.55º 0.67% 0.58% -
XYZ 14.88 11.05 4.14 -
YUV 91.69 103.35 167.45 -
System Red Green Blue C M Y K H S L
Decimal 147 72 48 0 0.51 0.67 0.42 14.55 0.51 0.38
Hex 93 48 30 0 33 43 2A F 33 26
Octal 223 110 60 0 63 103 52 17 63 46
Binary 10010011 1001000 110000 0 110011 1000011 101010 1111 110011 100110

Color Harmonies of #934830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #934830

Black with #934830

Text Example


Text Example

White with #934830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #934830; }

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

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

background-color css

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

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

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

border-color css

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

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

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