Html Css Color HEX #914031 Tia Maria

📋 copy color: '#914031'

red 145 ◦ green 64 ◦ blue 49

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

Shades of Tia Maria #914031

Tints of Tia Maria #914031

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.81%

 BLUE value IS 49 (19.53% from 255) = 18.99%

R = 56.2%
G = 24.81%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.66

 K value IS 0.43

RGB Variations

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

Color information

#914031 (or 0x914031) is known color: Tia Maria. HEX triplet: 91, 40 and 31. RGB value is (145,64,49). Sum of RGB (Red+Green+Blue) = 145+64+49=258 (34% of max value = 765). Red value is 145 (57.03% from 255 or 56.20% from 258); Green value is 64 (25.39% from 255 or 24.81% from 258); Blue value is 49 (19.53% from 255 or 18.99% from 258); Max value from RGB is 145 - color contains mainly: red. Hex color #914031 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #914031 is #6EBFCE. Grayscale: #565656. Windows color (decimal): -7258063 or 3227793. OLE color: 3227793.

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

Color convert

RGB 145 64 49 -
CMYK 0 0.56 0.66 0.43
HSL 9.38º 0.49% 0.38% -
HSV(B) 9.38º 0.66% 0.57% -
XYZ 14.06 9.91 4.08 -
YUV 86.51 106.84 169.72 -
System Red Green Blue C M Y K H S L
Decimal 145 64 49 0 0.56 0.66 0.43 9.38 0.49 0.38
Hex 91 40 31 0 38 42 2B 9 31 26
Octal 221 100 61 0 70 102 53 11 61 46
Binary 10010001 1000000 110001 0 111000 1000010 101011 1001 110001 100110

Color Harmonies of #914031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914031

Black with #914031

Text Example


Text Example

White with #914031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #914031; }

 p { color: rgb(145,64,49); }

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

background-color css

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

 a { background-color: rgb(145,64,49); }

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

border-color css

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

 span { border-color: rgb(145,64,49); }

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