#95463C

Color #95463C Mojo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mojo #95463C

Tints of Mojo #95463C

Color information

#95463C (or 0x95463C) is unknown color: approx Mojo. HEX triplet: 95, 46 and 3C. RGB value is (149,70,60). Sum of RGB (Red+Green+Blue) = 149+70+60=279 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.41% from 279); Green value is 70 (27.73% from 255 or 25.09% from 279); Blue value is 60 (23.83% from 255 or 21.51% from 279); Max value from RGB is 149 - color contains mainly: red. Hex color #95463C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95463C is #6AB9C3. Grayscale: #5C5C5C. Windows color (decimal): -6994372 or 3950229. OLE color: 3950229.

HSL color Cylindrical-coordinate representation of color #95463C: hue angle of 6.74º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #95463C is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB1497060-
CMYK00.530.600.42
HSL6.74º42.58%40.98%-
HSV(B)6.74º59.73%58.43%-
XYZ15.411.15.61-
YUV92.48109.67168.31-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 53.41%
GREEN value IS 70 (27.73% from 255) = 25.09%
BLUE value IS 60 (23.83% from 255) = 21.51%
R=53.41%
G=25.09%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149706000.530.600.426.7442.5840.98
Hex95463C0353C2A72b29
Octal22510674065745275351
Binary1001010110001101111000110101111100101010111101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95463C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95463C; }

 p { color: rgb(149,70,60); }

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

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

 a { background-color: rgb(149,70,60); }

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

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

 span { border-color: rgb(149,70,60); }

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