#954127

Color #954127 Tia Maria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tia Maria #954127

Tints of Tia Maria #954127

Color information

#954127 (or 0x954127) is unknown color: approx Tia Maria. HEX triplet: 95, 41 and 27. RGB value is (149,65,39). Sum of RGB (Red+Green+Blue) = 149+65+39=253 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.89% from 253); Green value is 65 (25.78% from 255 or 25.69% from 253); Blue value is 39 (15.62% from 255 or 15.42% from 253); Max value from RGB is 149 - color contains mainly: red. Hex color #954127 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954127 is #6ABED8. Grayscale: #575757. Windows color (decimal): -6995673 or 2572693. OLE color: 2572693.

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

Color convert

RGB1496539-
CMYK00.560.740.42
HSL14.18º58.51%36.86%-
HSV(B)14.18º73.83%58.43%-
XYZ14.6510.323.14-
YUV87.15100.83172.11-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 58.89%
GREEN value IS 65 (25.78% from 255) = 25.69%
BLUE value IS 39 (15.62% from 255) = 15.42%
R=58.89%
G=25.69%
B=15.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149653900.560.740.4214.1858.5136.86
Hex9541270384A2Ae3b25
Octal2251014707011252167345
Binary100101011000001100111011100010010101010101110111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954127; }

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

 H1.HeaderClassName
 {
   color: #954127;
 }
 .AnyTagClassName
 {
   color: #954127;
 }
</style>
background-color css

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

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

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

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

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

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