Html Css Color HEX #954931 Tia Maria

📋 copy color: '#954931'

red 149 ◦ green 73 ◦ blue 49

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

Shades of Tia Maria #954931

Tints of Tia Maria #954931

RGB

 RED value IS 149 (58.59% from 255) = 54.98%

 GREEN value IS 73 (28.91% from 255) = 26.94%

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

R = 54.98%
G = 26.94%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#954931 (or 0x954931) is known color: Tia Maria. HEX triplet: 95, 49 and 31. RGB value is (149,73,49). Sum of RGB (Red+Green+Blue) = 149+73+49=271 (35% of max value = 765). Red value is 149 (58.59% from 255 or 54.98% from 271); Green value is 73 (28.91% from 255 or 26.94% from 271); Blue value is 49 (19.53% from 255 or 18.08% from 271); Max value from RGB is 149 - color contains mainly: red. Hex color #954931 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954931 is #6AB6CE. Grayscale: #5D5D5D. Windows color (decimal): -6993615 or 3230101. OLE color: 3230101.

HSL color Cylindrical-coordinate representation of color #954931: hue angle of 14.4º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #954931 is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 73 49 -
CMYK 0 0.51 0.67 0.42
HSL 14.4º 0.51% 0.39% -
HSV(B) 14.4º 0.67% 0.58% -
XYZ 15.33 11.38 4.29 -
YUV 92.99 103.18 167.95 -
System Red Green Blue C M Y K H S L
Decimal 149 73 49 0 0.51 0.67 0.42 14.4 0.51 0.39
Hex 95 49 31 0 33 43 2A E 33 27
Octal 225 111 61 0 63 103 52 16 63 47
Binary 10010101 1001001 110001 0 110011 1000011 101010 1110 110011 100111

Color Harmonies of #954931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954931

Black with #954931

Text Example


Text Example

White with #954931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954931; }

 p { color: rgb(149,73,49); }

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

background-color css

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

 a { background-color: rgb(149,73,49); }

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

border-color css

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

 span { border-color: rgb(149,73,49); }

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