Html Css Color HEX #914732 Tia Maria

📋 copy color: '#914732'

red 145 ◦ green 71 ◦ blue 50

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

Shades of Tia Maria #914732

Tints of Tia Maria #914732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 18.8%

R = 54.51%
G = 26.69%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.66

 K value IS 0.43

RGB Variations

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

Color information

#914732 (or 0x914732) is known color: Tia Maria. HEX triplet: 91, 47 and 32. RGB value is (145,71,50). Sum of RGB (Red+Green+Blue) = 145+71+50=266 (35% of max value = 765). Red value is 145 (57.03% from 255 or 54.51% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 50 (19.92% from 255 or 18.80% from 266); Max value from RGB is 145 - color contains mainly: red. Hex color #914732 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #914732 is #6EB8CD. Grayscale: #5A5A5A. Windows color (decimal): -7256270 or 3295121. OLE color: 3295121.

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

Color convert

RGB 145 71 50 -
CMYK 0 0.51 0.66 0.43
HSL 13.26º 0.49% 0.38% -
HSV(B) 13.26º 0.66% 0.57% -
XYZ 14.51 10.76 4.33 -
YUV 90.73 105.02 166.71 -
System Red Green Blue C M Y K H S L
Decimal 145 71 50 0 0.51 0.66 0.43 13.26 0.49 0.38
Hex 91 47 32 0 33 42 2B D 31 26
Octal 221 107 62 0 63 102 53 15 61 46
Binary 10010001 1000111 110010 0 110011 1000010 101011 1101 110001 100110

Color Harmonies of #914732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914732

Black with #914732

Text Example


Text Example

White with #914732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #914732; }

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

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

background-color css

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

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

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

border-color css

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

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

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