Html Css Color HEX #953F2F Tia Maria

📋 copy color: '#953F2F'

red 149 ◦ green 63 ◦ blue 47

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

Shades of Tia Maria #953F2F

Tints of Tia Maria #953F2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.15%

R = 57.53%
G = 24.32%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#953F2F (or 0x953F2F) is known color: Tia Maria. HEX triplet: 95, 3F and 2F. RGB value is (149,63,47). Sum of RGB (Red+Green+Blue) = 149+63+47=259 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.53% from 259); Green value is 63 (25% from 255 or 24.32% from 259); Blue value is 47 (18.75% from 255 or 18.15% from 259); Max value from RGB is 149 - color contains mainly: red. Hex color #953F2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953F2F is #6AC0D0. Grayscale: #575757. Windows color (decimal): -6996177 or 3096469. OLE color: 3096469.

HSL color Cylindrical-coordinate representation of color #953F2F: hue angle of 9.41º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #953F2F is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 63 47 -
CMYK 0 0.58 0.68 0.42
HSL 9.41º 0.52% 0.38% -
HSV(B) 9.41º 0.68% 0.58% -
XYZ 14.69 10.15 3.87 -
YUV 86.89 105.49 172.3 -
System Red Green Blue C M Y K H S L
Decimal 149 63 47 0 0.58 0.68 0.42 9.41 0.52 0.38
Hex 95 3F 2F 0 3A 44 2A 9 34 26
Octal 225 77 57 0 72 104 52 11 64 46
Binary 10010101 111111 101111 0 111010 1000100 101010 1001 110100 100110

Color Harmonies of #953F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953F2F

Black with #953F2F

Text Example


Text Example

White with #953F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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