Html Css Color HEX #954A34 Tia Maria

📋 copy color: '#954A34'

red 149 ◦ green 74 ◦ blue 52

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

Shades of Tia Maria #954A34

Tints of Tia Maria #954A34

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.91%

 BLUE value IS 52 (20.7% from 255) = 18.91%

R = 54.18%
G = 26.91%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#954A34 (or 0x954A34) is known color: Tia Maria. HEX triplet: 95, 4A and 34. RGB value is (149,74,52). Sum of RGB (Red+Green+Blue) = 149+74+52=275 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.18% from 275); Green value is 74 (29.30% from 255 or 26.91% from 275); Blue value is 52 (20.70% from 255 or 18.91% from 275); Max value from RGB is 149 - color contains mainly: red. Hex color #954A34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954A34 is #6AB5CB. Grayscale: #5E5E5E. Windows color (decimal): -6993356 or 3426965. OLE color: 3426965.

HSL color Cylindrical-coordinate representation of color #954A34: hue angle of 13.61º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #954A34 is Cyan = 0, Magento = 0.50, Yellow = 0.65 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 74 52 -
CMYK 0 0.50 0.65 0.42
HSL 13.61º 0.48% 0.39% -
HSV(B) 13.61º 0.65% 0.58% -
XYZ 15.46 11.54 4.66 -
YUV 93.92 104.35 167.29 -
System Red Green Blue C M Y K H S L
Decimal 149 74 52 0 0.50 0.65 0.42 13.61 0.48 0.39
Hex 95 4A 34 0 32 41 2A E 30 27
Octal 225 112 64 0 62 101 52 16 60 47
Binary 10010101 1001010 110100 0 110010 1000001 101010 1110 110000 100111

Color Harmonies of #954A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954A34

Black with #954A34

Text Example


Text Example

White with #954A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954A34; }

 p { color: rgb(149,74,52); }

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

background-color css

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

 a { background-color: rgb(149,74,52); }

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

border-color css

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

 span { border-color: rgb(149,74,52); }

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