Html Css Color HEX #944732 Tia Maria

📋 copy color: '#944732'

red 148 ◦ green 71 ◦ blue 50

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

Shades of Tia Maria #944732

Tints of Tia Maria #944732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 18.59%

R = 55.02%
G = 26.39%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#944732 (or 0x944732) is known color: Tia Maria. HEX triplet: 94, 47 and 32. RGB value is (148,71,50). Sum of RGB (Red+Green+Blue) = 148+71+50=269 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.02% from 269); Green value is 71 (28.12% from 255 or 26.39% from 269); Blue value is 50 (19.92% from 255 or 18.59% from 269); Max value from RGB is 148 - color contains mainly: red. Hex color #944732 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944732 is #6BB8CD. Grayscale: #5B5B5B. Windows color (decimal): -7059662 or 3295124. OLE color: 3295124.

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

Color convert

RGB 148 71 50 -
CMYK 0 0.52 0.66 0.42
HSL 12.86º 0.49% 0.39% -
HSV(B) 12.86º 0.66% 0.58% -
XYZ 15.04 11.03 4.35 -
YUV 91.63 104.51 168.21 -
System Red Green Blue C M Y K H S L
Decimal 148 71 50 0 0.52 0.66 0.42 12.86 0.49 0.39
Hex 94 47 32 0 34 42 2A D 31 27
Octal 224 107 62 0 64 102 52 15 61 47
Binary 10010100 1000111 110010 0 110100 1000010 101010 1101 110001 100111

Color Harmonies of #944732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944732

Black with #944732

Text Example


Text Example

White with #944732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944732; }

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

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

background-color css

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

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

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

border-color css

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

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

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