Html Css Color HEX #914133 Tia Maria

📋 copy color: '#914133'

red 145 ◦ green 65 ◦ blue 51

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

Shades of Tia Maria #914133

Tints of Tia Maria #914133

RGB

 RED value IS 145 (57.03% from 255) = 55.56%

 GREEN value IS 65 (25.78% from 255) = 24.9%

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

R = 55.56%
G = 24.9%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.65

 K value IS 0.43

RGB Variations

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

Color information

#914133 (or 0x914133) is known color: Tia Maria. HEX triplet: 91, 41 and 33. RGB value is (145,65,51). Sum of RGB (Red+Green+Blue) = 145+65+51=261 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.56% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 51 (20.31% from 255 or 19.54% from 261); Max value from RGB is 145 - color contains mainly: red. Hex color #914133 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #914133 is #6EBECC. Grayscale: #575757. Windows color (decimal): -7257805 or 3359121. OLE color: 3359121.

HSL color Cylindrical-coordinate representation of color #914133: hue angle of 8.94º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #914133 is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 65 51 -
CMYK 0 0.55 0.65 0.43
HSL 8.94º 0.48% 0.38% -
HSV(B) 8.94º 0.65% 0.57% -
XYZ 14.16 10.04 4.32 -
YUV 87.32 107.5 169.14 -
System Red Green Blue C M Y K H S L
Decimal 145 65 51 0 0.55 0.65 0.43 8.94 0.48 0.38
Hex 91 41 33 0 37 41 2B 9 30 26
Octal 221 101 63 0 67 101 53 11 60 46
Binary 10010001 1000001 110011 0 110111 1000001 101011 1001 110000 100110

Color Harmonies of #914133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914133

Black with #914133

Text Example


Text Example

White with #914133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #914133; }

 p { color: rgb(145,65,51); }

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

background-color css

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

 a { background-color: rgb(145,65,51); }

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

border-color css

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

 span { border-color: rgb(145,65,51); }

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