Html Css Color HEX #944333 Tia Maria

📋 copy color: '#944333'

red 148 ◦ green 67 ◦ blue 51

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

Shades of Tia Maria #944333

Tints of Tia Maria #944333

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.19%

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

R = 55.64%
G = 25.19%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#944333 (or 0x944333) is known color: Tia Maria. HEX triplet: 94, 43 and 33. RGB value is (148,67,51). Sum of RGB (Red+Green+Blue) = 148+67+51=266 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.64% from 266); Green value is 67 (26.56% from 255 or 25.19% from 266); Blue value is 51 (20.31% from 255 or 19.17% from 266); Max value from RGB is 148 - color contains mainly: red. Hex color #944333 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944333 is #6BBCCC. Grayscale: #595959. Windows color (decimal): -7060685 or 3359636. OLE color: 3359636.

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

Color convert

RGB 148 67 51 -
CMYK 0 0.55 0.66 0.42
HSL 9.9º 0.49% 0.39% -
HSV(B) 9.9º 0.66% 0.58% -
XYZ 14.82 10.55 4.39 -
YUV 89.4 106.34 169.8 -
System Red Green Blue C M Y K H S L
Decimal 148 67 51 0 0.55 0.66 0.42 9.9 0.49 0.39
Hex 94 43 33 0 37 42 2A A 31 27
Octal 224 103 63 0 67 102 52 12 61 47
Binary 10010100 1000011 110011 0 110111 1000010 101010 1010 110001 100111

Color Harmonies of #944333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944333

Black with #944333

Text Example


Text Example

White with #944333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944333; }

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

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

background-color css

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

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

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

border-color css

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

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

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