Html Css Color HEX #954831 Tia Maria

📋 copy color: '#954831'

red 149 ◦ green 72 ◦ blue 49

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

Shades of Tia Maria #954831

Tints of Tia Maria #954831

RGB

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

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

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

R = 55.19%
G = 26.67%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#954831 (or 0x954831) is known color: Tia Maria. HEX triplet: 95, 48 and 31. RGB value is (149,72,49). Sum of RGB (Red+Green+Blue) = 149+72+49=270 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.19% from 270); Green value is 72 (28.52% from 255 or 26.67% from 270); Blue value is 49 (19.53% from 255 or 18.15% from 270); Max value from RGB is 149 - color contains mainly: red. Hex color #954831 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954831 is #6AB7CE. Grayscale: #5C5C5C. Windows color (decimal): -6993871 or 3229845. OLE color: 3229845.

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

Color convert

RGB 149 72 49 -
CMYK 0 0.52 0.67 0.42
HSL 13.8º 0.51% 0.39% -
HSV(B) 13.8º 0.67% 0.58% -
XYZ 15.27 11.25 4.27 -
YUV 92.4 103.51 168.37 -
System Red Green Blue C M Y K H S L
Decimal 149 72 49 0 0.52 0.67 0.42 13.8 0.51 0.39
Hex 95 48 31 0 34 43 2A E 33 27
Octal 225 110 61 0 64 103 52 16 63 47
Binary 10010101 1001000 110001 0 110100 1000011 101010 1110 110011 100111

Color Harmonies of #954831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954831

Black with #954831

Text Example


Text Example

White with #954831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954831; }

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

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

background-color css

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

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

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

border-color css

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

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

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