Html Css Color HEX #944933 Tia Maria

📋 copy color: '#944933'

red 148 ◦ green 73 ◦ blue 51

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

Shades of Tia Maria #944933

Tints of Tia Maria #944933

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.84%

 BLUE value IS 51 (20.31% from 255) = 18.75%

R = 54.41%
G = 26.84%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#944933 (or 0x944933) is known color: Tia Maria. HEX triplet: 94, 49 and 33. RGB value is (148,73,51). Sum of RGB (Red+Green+Blue) = 148+73+51=272 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.41% from 272); Green value is 73 (28.91% from 255 or 26.84% from 272); Blue value is 51 (20.31% from 255 or 18.75% from 272); Max value from RGB is 148 - color contains mainly: red. Hex color #944933 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944933 is #6BB6CC. Grayscale: #5D5D5D. Windows color (decimal): -7059149 or 3361172. OLE color: 3361172.

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

Color convert

RGB 148 73 51 -
CMYK 0 0.51 0.66 0.42
HSL 13.61º 0.49% 0.39% -
HSV(B) 13.61º 0.66% 0.58% -
XYZ 15.19 11.3 4.51 -
YUV 92.92 104.35 167.29 -
System Red Green Blue C M Y K H S L
Decimal 148 73 51 0 0.51 0.66 0.42 13.61 0.49 0.39
Hex 94 49 33 0 33 42 2A E 31 27
Octal 224 111 63 0 63 102 52 16 61 47
Binary 10010100 1001001 110011 0 110011 1000010 101010 1110 110001 100111

Color Harmonies of #944933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944933

Black with #944933

Text Example


Text Example

White with #944933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944933; }

 p { color: rgb(148,73,51); }

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

background-color css

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

 a { background-color: rgb(148,73,51); }

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

border-color css

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

 span { border-color: rgb(148,73,51); }

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