Html Css Color HEX #954334 Tia Maria

📋 copy color: '#954334'

red 149 ◦ green 67 ◦ blue 52

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

Shades of Tia Maria #954334

Tints of Tia Maria #954334

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25%

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

R = 55.6%
G = 25%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#954334 (or 0x954334) is known color: Tia Maria. HEX triplet: 95, 43 and 34. RGB value is (149,67,52). Sum of RGB (Red+Green+Blue) = 149+67+52=268 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.60% from 268); Green value is 67 (26.56% from 255 or 25% from 268); Blue value is 52 (20.70% from 255 or 19.40% from 268); Max value from RGB is 149 - color contains mainly: red. Hex color #954334 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954334 is #6ABCCB. Grayscale: #595959. Windows color (decimal): -6995148 or 3425173. OLE color: 3425173.

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

Color convert

RGB 149 67 52 -
CMYK 0 0.55 0.65 0.42
HSL 9.28º 0.48% 0.39% -
HSV(B) 9.28º 0.65% 0.58% -
XYZ 15.02 10.65 4.51 -
YUV 89.81 106.67 170.22 -
System Red Green Blue C M Y K H S L
Decimal 149 67 52 0 0.55 0.65 0.42 9.28 0.48 0.39
Hex 95 43 34 0 37 41 2A 9 30 27
Octal 225 103 64 0 67 101 52 11 60 47
Binary 10010101 1000011 110100 0 110111 1000001 101010 1001 110000 100111

Color Harmonies of #954334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954334

Black with #954334

Text Example


Text Example

White with #954334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954334; }

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

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

background-color css

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

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

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

border-color css

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

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

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