#95463A

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

Shades of Mojo #95463A

Tints of Mojo #95463A

Color information

#95463A (or 0x95463A) is unknown color: approx Mojo. HEX triplet: 95, 46 and 3A. RGB value is (149,70,58). Sum of RGB (Red+Green+Blue) = 149+70+58=277 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.79% from 277); Green value is 70 (27.73% from 255 or 25.27% from 277); Blue value is 58 (23.05% from 255 or 20.94% from 277); Max value from RGB is 149 - color contains mainly: red. Hex color #95463A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95463A is #6AB9C5. Grayscale: #5C5C5C. Windows color (decimal): -6994374 or 3819157. OLE color: 3819157.

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

Color convert

RGB1497058-
CMYK00.530.610.42
HSL7.91º43.96%40.59%-
HSV(B)7.91º61.07%58.43%-
XYZ15.3511.085.33-
YUV92.25108.67168.48-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 53.79%
GREEN value IS 70 (27.73% from 255) = 25.27%
BLUE value IS 58 (23.05% from 255) = 20.94%
R=53.79%
G=25.27%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149705800.530.610.427.9143.9640.59
Hex95463A0353D2A82c29
Octal225106720657552105451
Binary10010101100011011101001101011111011010101000101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95463A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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