Html Css Color HEX #944834 Tia Maria

📋 copy color: '#944834'

red 148 ◦ green 72 ◦ blue 52

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

Shades of Tia Maria #944834

Tints of Tia Maria #944834

RGB

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

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

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

R = 54.41%
G = 26.47%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#944834 (or 0x944834) is known color: Tia Maria. HEX triplet: 94, 48 and 34. RGB value is (148,72,52). Sum of RGB (Red+Green+Blue) = 148+72+52=272 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.41% from 272); Green value is 72 (28.52% from 255 or 26.47% from 272); Blue value is 52 (20.70% from 255 or 19.12% from 272); Max value from RGB is 148 - color contains mainly: red. Hex color #944834 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944834 is #6BB7CB. Grayscale: #5C5C5C. Windows color (decimal): -7059404 or 3426452. OLE color: 3426452.

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

Color convert

RGB 148 72 52 -
CMYK 0 0.51 0.65 0.42
HSL 12.5º 0.48% 0.39% -
HSV(B) 12.5º 0.65% 0.58% -
XYZ 15.15 11.18 4.61 -
YUV 92.44 105.18 167.63 -
System Red Green Blue C M Y K H S L
Decimal 148 72 52 0 0.51 0.65 0.42 12.5 0.48 0.39
Hex 94 48 34 0 33 41 2A C 30 27
Octal 224 110 64 0 63 101 52 14 60 47
Binary 10010100 1001000 110100 0 110011 1000001 101010 1100 110000 100111

Color Harmonies of #944834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944834

Black with #944834

Text Example


Text Example

White with #944834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944834; }

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

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

background-color css

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

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

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

border-color css

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

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

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