Html Css Color HEX #944734 Tia Maria

📋 copy color: '#944734'

red 148 ◦ green 71 ◦ blue 52

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

Shades of Tia Maria #944734

Tints of Tia Maria #944734

RGB

 RED value IS 148 (58.2% from 255) = 54.61%

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

 BLUE value IS 52 (20.7% from 255) = 19.19%

R = 54.61%
G = 26.2%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#944734 (or 0x944734) is known color: Tia Maria. HEX triplet: 94, 47 and 34. RGB value is (148,71,52). Sum of RGB (Red+Green+Blue) = 148+71+52=271 (35% of max value = 765). Red value is 148 (58.20% from 255 or 54.61% from 271); Green value is 71 (28.12% from 255 or 26.20% from 271); Blue value is 52 (20.70% from 255 or 19.19% from 271); Max value from RGB is 148 - color contains mainly: red. Hex color #944734 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944734 is #6BB8CB. Grayscale: #5C5C5C. Windows color (decimal): -7059660 or 3426196. OLE color: 3426196.

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

Color convert

RGB 148 71 52 -
CMYK 0 0.52 0.65 0.42
HSL 11.88º 0.48% 0.39% -
HSV(B) 11.88º 0.65% 0.58% -
XYZ 15.09 11.05 4.59 -
YUV 91.86 105.51 168.04 -
System Red Green Blue C M Y K H S L
Decimal 148 71 52 0 0.52 0.65 0.42 11.88 0.48 0.39
Hex 94 47 34 0 34 41 2A C 30 27
Octal 224 107 64 0 64 101 52 14 60 47
Binary 10010100 1000111 110100 0 110100 1000001 101010 1100 110000 100111

Color Harmonies of #944734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944734

Black with #944734

Text Example


Text Example

White with #944734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944734; }

 p { color: rgb(148,71,52); }

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

background-color css

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

 a { background-color: rgb(148,71,52); }

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

border-color css

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

 span { border-color: rgb(148,71,52); }

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