Html Css Color HEX #954133 Tia Maria

📋 copy color: '#954133'

red 149 ◦ green 65 ◦ blue 51

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

Shades of Tia Maria #954133

Tints of Tia Maria #954133

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.53%

 BLUE value IS 51 (20.31% from 255) = 19.25%

R = 56.23%
G = 24.53%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#954133 (or 0x954133) is known color: Tia Maria. HEX triplet: 95, 41 and 33. RGB value is (149,65,51). Sum of RGB (Red+Green+Blue) = 149+65+51=265 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.23% from 265); Green value is 65 (25.78% from 255 or 24.53% from 265); Blue value is 51 (20.31% from 255 or 19.25% from 265); Max value from RGB is 149 - color contains mainly: red. Hex color #954133 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954133 is #6ABECC. Grayscale: #585858. Windows color (decimal): -6995661 or 3359125. OLE color: 3359125.

HSL color Cylindrical-coordinate representation of color #954133: hue angle of 8.57º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #954133 is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 65 51 -
CMYK 0 0.56 0.66 0.42
HSL 8.57º 0.49% 0.39% -
HSV(B) 8.57º 0.66% 0.58% -
XYZ 14.88 10.41 4.36 -
YUV 88.52 106.83 171.14 -
System Red Green Blue C M Y K H S L
Decimal 149 65 51 0 0.56 0.66 0.42 8.57 0.49 0.39
Hex 95 41 33 0 38 42 2A 9 31 27
Octal 225 101 63 0 70 102 52 11 61 47
Binary 10010101 1000001 110011 0 111000 1000010 101010 1001 110001 100111

Color Harmonies of #954133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954133

Black with #954133

Text Example


Text Example

White with #954133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954133; }

 p { color: rgb(149,65,51); }

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

background-color css

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

 a { background-color: rgb(149,65,51); }

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

border-color css

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

 span { border-color: rgb(149,65,51); }

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