Html Css Color HEX #914831 Tia Maria

📋 copy color: '#914831'

red 145 ◦ green 72 ◦ blue 49

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

Shades of Tia Maria #914831

Tints of Tia Maria #914831

RGB

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

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

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

R = 54.51%
G = 27.07%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.66

 K value IS 0.43

RGB Variations

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

Color information

#914831 (or 0x914831) is known color: Tia Maria. HEX triplet: 91, 48 and 31. RGB value is (145,72,49). Sum of RGB (Red+Green+Blue) = 145+72+49=266 (35% of max value = 765). Red value is 145 (57.03% from 255 or 54.51% from 266); Green value is 72 (28.52% from 255 or 27.07% from 266); Blue value is 49 (19.53% from 255 or 18.42% from 266); Max value from RGB is 145 - color contains mainly: red. Hex color #914831 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #914831 is #6EB7CE. Grayscale: #5B5B5B. Windows color (decimal): -7256015 or 3229841. OLE color: 3229841.

HSL color Cylindrical-coordinate representation of color #914831: hue angle of 14.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 #914831 is Cyan = 0, Magento = 0.50, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 72 49 -
CMYK 0 0.50 0.66 0.43
HSL 14.38º 0.49% 0.38% -
HSV(B) 14.38º 0.66% 0.57% -
XYZ 14.55 10.88 4.24 -
YUV 91.21 104.18 166.37 -
System Red Green Blue C M Y K H S L
Decimal 145 72 49 0 0.50 0.66 0.43 14.38 0.49 0.38
Hex 91 48 31 0 32 42 2B E 31 26
Octal 221 110 61 0 62 102 53 16 61 46
Binary 10010001 1001000 110001 0 110010 1000010 101011 1110 110001 100110

Color Harmonies of #914831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914831

Black with #914831

Text Example


Text Example

White with #914831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #914831; }

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

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

background-color css

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

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

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

border-color css

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

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

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