Html Css Color HEX #944735 Tia Maria

📋 copy color: '#944735'

red 148 ◦ green 71 ◦ blue 53

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

Shades of Tia Maria #944735

Tints of Tia Maria #944735

RGB

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

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

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

R = 54.41%
G = 26.1%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#944735 (or 0x944735) is known color: Tia Maria. HEX triplet: 94, 47 and 35. RGB value is (148,71,53). Sum of RGB (Red+Green+Blue) = 148+71+53=272 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.41% from 272); Green value is 71 (28.12% from 255 or 26.10% from 272); Blue value is 53 (21.09% from 255 or 19.49% from 272); Max value from RGB is 148 - color contains mainly: red. Hex color #944735 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944735 is #6BB8CA. Grayscale: #5C5C5C. Windows color (decimal): -7059659 or 3491732. OLE color: 3491732.

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

Color convert

RGB 148 71 53 -
CMYK 0 0.52 0.64 0.42
HSL 11.37º 0.47% 0.39% -
HSV(B) 11.37º 0.64% 0.58% -
XYZ 15.11 11.06 4.71 -
YUV 91.97 106.01 167.96 -
System Red Green Blue C M Y K H S L
Decimal 148 71 53 0 0.52 0.64 0.42 11.37 0.47 0.39
Hex 94 47 35 0 34 40 2A B 2F 27
Octal 224 107 65 0 64 100 52 13 57 47
Binary 10010100 1000111 110101 0 110100 1000000 101010 1011 101111 100111

Color Harmonies of #944735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944735

Black with #944735

Text Example


Text Example

White with #944735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944735; }

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

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

background-color css

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

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

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

border-color css

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

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

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