Html Css Color HEX #91472F Tia Maria

📋 copy color: '#91472F'

red 145 ◦ green 71 ◦ blue 47

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

Shades of Tia Maria #91472F

Tints of Tia Maria #91472F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27%

 BLUE value IS 47 (18.75% from 255) = 17.87%

R = 55.13%
G = 27%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.68

 K value IS 0.43

RGB Variations

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

Color information

#91472F (or 0x91472F) is known color: Tia Maria. HEX triplet: 91, 47 and 2F. RGB value is (145,71,47). Sum of RGB (Red+Green+Blue) = 145+71+47=263 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.13% from 263); Green value is 71 (28.12% from 255 or 27.00% from 263); Blue value is 47 (18.75% from 255 or 17.87% from 263); Max value from RGB is 145 - color contains mainly: red. Hex color #91472F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #91472F is #6EB8D0. Grayscale: #5A5A5A. Windows color (decimal): -7256273 or 3098513. OLE color: 3098513.

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

Color convert

RGB 145 71 47 -
CMYK 0 0.51 0.68 0.43
HSL 14.69º 0.51% 0.38% -
HSV(B) 14.69º 0.68% 0.57% -
XYZ 14.44 10.73 4 -
YUV 90.39 103.52 166.95 -
System Red Green Blue C M Y K H S L
Decimal 145 71 47 0 0.51 0.68 0.43 14.69 0.51 0.38
Hex 91 47 2F 0 33 44 2B F 33 26
Octal 221 107 57 0 63 104 53 17 63 46
Binary 10010001 1000111 101111 0 110011 1000100 101011 1111 110011 100110

Color Harmonies of #91472F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91472F

Black with #91472F

Text Example


Text Example

White with #91472F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91472F; }

 p { color: rgb(145,71,47); }

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

background-color css

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

 a { background-color: rgb(145,71,47); }

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

border-color css

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

 span { border-color: rgb(145,71,47); }

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