Html Css Color HEX #954128 Tia Maria

📋 copy color: '#954128'

red 149 ◦ green 65 ◦ blue 40

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

Shades of Tia Maria #954128

Tints of Tia Maria #954128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.75%

R = 58.66%
G = 25.59%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#954128 (or 0x954128) is known color: Tia Maria. HEX triplet: 95, 41 and 28. RGB value is (149,65,40). Sum of RGB (Red+Green+Blue) = 149+65+40=254 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.66% from 254); Green value is 65 (25.78% from 255 or 25.59% from 254); Blue value is 40 (16.02% from 255 or 15.75% from 254); Max value from RGB is 149 - color contains mainly: red. Hex color #954128 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954128 is #6ABED7. Grayscale: #575757. Windows color (decimal): -6995672 or 2638229. OLE color: 2638229.

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

Color convert

RGB 149 65 40 -
CMYK 0 0.56 0.73 0.42
HSL 13.76º 0.58% 0.37% -
HSV(B) 13.76º 0.73% 0.58% -
XYZ 14.67 10.32 3.23 -
YUV 87.27 101.33 172.03 -
System Red Green Blue C M Y K H S L
Decimal 149 65 40 0 0.56 0.73 0.42 13.76 0.58 0.37
Hex 95 41 28 0 38 49 2A E 3A 25
Octal 225 101 50 0 70 111 52 16 72 45
Binary 10010101 1000001 101000 0 111000 1001001 101010 1110 111010 100101

Color Harmonies of #954128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954128

Black with #954128

Text Example


Text Example

White with #954128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954128; }

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

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

background-color css

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

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

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

border-color css

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

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

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