Html Css Color HEX #914631 Tia Maria

📋 copy color: '#914631'

red 145 ◦ green 70 ◦ blue 49

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

Shades of Tia Maria #914631

Tints of Tia Maria #914631

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.52%

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

R = 54.92%
G = 26.52%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.66

 K value IS 0.43

RGB Variations

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

Color information

#914631 (or 0x914631) is known color: Tia Maria. HEX triplet: 91, 46 and 31. RGB value is (145,70,49). Sum of RGB (Red+Green+Blue) = 145+70+49=264 (34% of max value = 765). Red value is 145 (57.03% from 255 or 54.92% from 264); Green value is 70 (27.73% from 255 or 26.52% from 264); Blue value is 49 (19.53% from 255 or 18.56% from 264); Max value from RGB is 145 - color contains mainly: red. Hex color #914631 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #914631 is #6EB9CE. Grayscale: #5A5A5A. Windows color (decimal): -7256527 or 3229329. OLE color: 3229329.

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

Color convert

RGB 145 70 49 -
CMYK 0 0.52 0.66 0.43
HSL 13.13º 0.49% 0.38% -
HSV(B) 13.13º 0.66% 0.57% -
XYZ 14.42 10.62 4.2 -
YUV 90.03 104.85 167.21 -
System Red Green Blue C M Y K H S L
Decimal 145 70 49 0 0.52 0.66 0.43 13.13 0.49 0.38
Hex 91 46 31 0 34 42 2B D 31 26
Octal 221 106 61 0 64 102 53 15 61 46
Binary 10010001 1000110 110001 0 110100 1000010 101011 1101 110001 100110

Color Harmonies of #914631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914631

Black with #914631

Text Example


Text Example

White with #914631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #914631; }

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

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

background-color css

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

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

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

border-color css

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

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

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