Html Css Color HEX #953F29 Tia Maria

📋 copy color: '#953F29'

red 149 ◦ green 63 ◦ blue 41

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

Shades of Tia Maria #953F29

Tints of Tia Maria #953F29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 16.21%

R = 58.89%
G = 24.9%
B = 16.21%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#953F29 (or 0x953F29) is known color: Tia Maria. HEX triplet: 95, 3F and 29. RGB value is (149,63,41). Sum of RGB (Red+Green+Blue) = 149+63+41=253 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.89% from 253); Green value is 63 (25% from 255 or 24.90% from 253); Blue value is 41 (16.41% from 255 or 16.21% from 253); Max value from RGB is 149 - color contains mainly: red. Hex color #953F29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953F29 is #6AC0D6. Grayscale: #565656. Windows color (decimal): -6996183 or 2703253. OLE color: 2703253.

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

Color convert

RGB 149 63 41 -
CMYK 0 0.58 0.72 0.42
HSL 12.22º 0.57% 0.37% -
HSV(B) 12.22º 0.72% 0.58% -
XYZ 14.57 10.1 3.28 -
YUV 86.21 102.49 172.79 -
System Red Green Blue C M Y K H S L
Decimal 149 63 41 0 0.58 0.72 0.42 12.22 0.57 0.37
Hex 95 3F 29 0 3A 48 2A C 39 25
Octal 225 77 51 0 72 110 52 14 71 45
Binary 10010101 111111 101001 0 111010 1001000 101010 1100 111001 100101

Color Harmonies of #953F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953F29

Black with #953F29

Text Example


Text Example

White with #953F29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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