Html Css Color HEX #954331 Tia Maria

📋 copy color: '#954331'

red 149 ◦ green 67 ◦ blue 49

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

Shades of Tia Maria #954331

Tints of Tia Maria #954331

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.28%

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

R = 56.23%
G = 25.28%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#954331 (or 0x954331) is known color: Tia Maria. HEX triplet: 95, 43 and 31. RGB value is (149,67,49). Sum of RGB (Red+Green+Blue) = 149+67+49=265 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.23% from 265); Green value is 67 (26.56% from 255 or 25.28% from 265); Blue value is 49 (19.53% from 255 or 18.49% from 265); Max value from RGB is 149 - color contains mainly: red. Hex color #954331 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954331 is #6ABCCE. Grayscale: #595959. Windows color (decimal): -6995151 or 3228565. OLE color: 3228565.

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

Color convert

RGB 149 67 49 -
CMYK 0 0.55 0.67 0.42
HSL 10.8º 0.51% 0.39% -
HSV(B) 10.8º 0.67% 0.58% -
XYZ 14.96 10.63 4.17 -
YUV 89.47 105.17 170.46 -
System Red Green Blue C M Y K H S L
Decimal 149 67 49 0 0.55 0.67 0.42 10.8 0.51 0.39
Hex 95 43 31 0 37 43 2A B 33 27
Octal 225 103 61 0 67 103 52 13 63 47
Binary 10010101 1000011 110001 0 110111 1000011 101010 1011 110011 100111

Color Harmonies of #954331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954331

Black with #954331

Text Example


Text Example

White with #954331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954331; }

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

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

background-color css

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

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

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

border-color css

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

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

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