Html Css Color HEX #953F31 Tia Maria

📋 copy color: '#953F31'

red 149 ◦ green 63 ◦ blue 49

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

Shades of Tia Maria #953F31

Tints of Tia Maria #953F31

RGB

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

 GREEN value IS 63 (25% from 255) = 24.14%

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

R = 57.09%
G = 24.14%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#953F31 (or 0x953F31) is known color: Tia Maria. HEX triplet: 95, 3F and 31. RGB value is (149,63,49). Sum of RGB (Red+Green+Blue) = 149+63+49=261 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.09% from 261); Green value is 63 (25% from 255 or 24.14% from 261); Blue value is 49 (19.53% from 255 or 18.77% from 261); Max value from RGB is 149 - color contains mainly: red. Hex color #953F31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953F31 is #6AC0CE. Grayscale: #575757. Windows color (decimal): -6996175 or 3227541. OLE color: 3227541.

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

Color convert

RGB 149 63 49 -
CMYK 0 0.58 0.67 0.42
HSL 8.4º 0.51% 0.39% -
HSV(B) 8.4º 0.67% 0.58% -
XYZ 14.73 10.17 4.09 -
YUV 87.12 106.49 172.14 -
System Red Green Blue C M Y K H S L
Decimal 149 63 49 0 0.58 0.67 0.42 8.4 0.51 0.39
Hex 95 3F 31 0 3A 43 2A 8 33 27
Octal 225 77 61 0 72 103 52 10 63 47
Binary 10010101 111111 110001 0 111010 1000011 101010 1000 110011 100111

Color Harmonies of #953F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953F31

Black with #953F31

Text Example


Text Example

White with #953F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953F31; }

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

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

background-color css

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

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

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

border-color css

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

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

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