Html Css Color HEX #944529 Tia Maria

📋 copy color: '#944529'

red 148 ◦ green 69 ◦ blue 41

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

Shades of Tia Maria #944529

Tints of Tia Maria #944529

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.74%

 BLUE value IS 41 (16.41% from 255) = 15.89%

R = 57.36%
G = 26.74%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#944529 (or 0x944529) is known color: Tia Maria. HEX triplet: 94, 45 and 29. RGB value is (148,69,41). Sum of RGB (Red+Green+Blue) = 148+69+41=258 (34% of max value = 765). Red value is 148 (58.20% from 255 or 57.36% from 258); Green value is 69 (27.34% from 255 or 26.74% from 258); Blue value is 41 (16.41% from 255 or 15.89% from 258); Max value from RGB is 148 - color contains mainly: red. Hex color #944529 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944529 is #6BBAD6. Grayscale: #595959. Windows color (decimal): -7060183 or 2704788. OLE color: 2704788.

HSL color Cylindrical-coordinate representation of color #944529: hue angle of 15.7º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #944529 is Cyan = 0, Magento = 0.53, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 69 41 -
CMYK 0 0.53 0.72 0.42
HSL 15.7º 0.57% 0.37% -
HSV(B) 15.7º 0.72% 0.58% -
XYZ 14.74 10.71 3.39 -
YUV 89.43 100.67 169.78 -
System Red Green Blue C M Y K H S L
Decimal 148 69 41 0 0.53 0.72 0.42 15.7 0.57 0.37
Hex 94 45 29 0 35 48 2A 10 39 25
Octal 224 105 51 0 65 110 52 20 71 45
Binary 10010100 1000101 101001 0 110101 1001000 101010 10000 111001 100101

Color Harmonies of #944529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944529

Black with #944529

Text Example


Text Example

White with #944529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944529; }

 p { color: rgb(148,69,41); }

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

background-color css

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

 a { background-color: rgb(148,69,41); }

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

border-color css

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

 span { border-color: rgb(148,69,41); }

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