Html Css Color HEX #954531 Tia Maria

📋 copy color: '#954531'

red 149 ◦ green 69 ◦ blue 49

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

Shades of Tia Maria #954531

Tints of Tia Maria #954531

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.84%

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

R = 55.81%
G = 25.84%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#954531 (or 0x954531) is known color: Tia Maria. HEX triplet: 95, 45 and 31. RGB value is (149,69,49). Sum of RGB (Red+Green+Blue) = 149+69+49=267 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.81% from 267); Green value is 69 (27.34% from 255 or 25.84% from 267); Blue value is 49 (19.53% from 255 or 18.35% from 267); Max value from RGB is 149 - color contains mainly: red. Hex color #954531 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954531 is #6ABACE. Grayscale: #5A5A5A. Windows color (decimal): -6994639 or 3229077. OLE color: 3229077.

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

Color convert

RGB 149 69 49 -
CMYK 0 0.54 0.67 0.42
HSL 12º 0.51% 0.39% -
HSV(B) 12º 0.67% 0.58% -
XYZ 15.08 10.87 4.21 -
YUV 90.64 104.5 169.63 -
System Red Green Blue C M Y K H S L
Decimal 149 69 49 0 0.54 0.67 0.42 12 0.51 0.39
Hex 95 45 31 0 36 43 2A C 33 27
Octal 225 105 61 0 66 103 52 14 63 47
Binary 10010101 1000101 110001 0 110110 1000011 101010 1100 110011 100111

Color Harmonies of #954531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954531

Black with #954531

Text Example


Text Example

White with #954531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954531; }

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

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

background-color css

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

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

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

border-color css

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

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

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