#95483E

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

Shades of Mojo #95483E

Tints of Mojo #95483E

Color information

#95483E (or 0x95483E) is unknown color: approx Mojo. HEX triplet: 95, 48 and 3E. RGB value is (149,72,62). Sum of RGB (Red+Green+Blue) = 149+72+62=283 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.65% from 283); Green value is 72 (28.52% from 255 or 25.44% from 283); Blue value is 62 (24.61% from 255 or 21.91% from 283); Max value from RGB is 149 - color contains mainly: red. Hex color #95483E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95483E is #6AB7C1. Grayscale: #5E5E5E. Windows color (decimal): -6993858 or 4081813. OLE color: 4081813.

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

Color convert

RGB1497262-
CMYK00.520.580.42
HSL6.9º41.23%41.37%-
HSV(B)6.9º58.39%58.43%-
XYZ15.5811.375.93-
YUV93.88110.01167.31-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 52.65%
GREEN value IS 72 (28.52% from 255) = 25.44%
BLUE value IS 62 (24.61% from 255) = 21.91%
R=52.65%
G=25.44%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149726200.520.580.426.941.2341.37
Hex95483E0343A2A72929
Octal22511076064725275151
Binary1001010110010001111100110100111010101010111101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95483E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95483E; }

 p { color: rgb(149,72,62); }

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

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

 a { background-color: rgb(149,72,62); }

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

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

 span { border-color: rgb(149,72,62); }

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