Html Css Color HEX #934835 Tia Maria

📋 copy color: '#934835'

red 147 ◦ green 72 ◦ blue 53

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

Shades of Tia Maria #934835

Tints of Tia Maria #934835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 19.49%

R = 54.04%
G = 26.47%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#934835 (or 0x934835) is known color: Tia Maria. HEX triplet: 93, 48 and 35. RGB value is (147,72,53). Sum of RGB (Red+Green+Blue) = 147+72+53=272 (36% of max value = 765). Red value is 147 (57.81% from 255 or 54.04% from 272); Green value is 72 (28.52% from 255 or 26.47% from 272); Blue value is 53 (21.09% from 255 or 19.49% from 272); Max value from RGB is 147 - color contains mainly: red. Hex color #934835 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #934835 is #6CB7CA. Grayscale: #5C5C5C. Windows color (decimal): -7124939 or 3491987. OLE color: 3491987.

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

Color convert

RGB 147 72 53 -
CMYK 0 0.51 0.64 0.42
HSL 12.13º 0.47% 0.39% -
HSV(B) 12.13º 0.64% 0.58% -
XYZ 14.99 11.09 4.72 -
YUV 92.26 105.85 167.04 -
System Red Green Blue C M Y K H S L
Decimal 147 72 53 0 0.51 0.64 0.42 12.13 0.47 0.39
Hex 93 48 35 0 33 40 2A C 2F 27
Octal 223 110 65 0 63 100 52 14 57 47
Binary 10010011 1001000 110101 0 110011 1000000 101010 1100 101111 100111

Color Harmonies of #934835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #934835

Black with #934835

Text Example


Text Example

White with #934835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #934835; }

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

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

background-color css

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

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

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

border-color css

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

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

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