#954C3B

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

Shades of Mojo #954C3B

Tints of Mojo #954C3B

Color information

#954C3B (or 0x954C3B) is unknown color: approx Mojo. HEX triplet: 95, 4C and 3B. RGB value is (149,76,59). Sum of RGB (Red+Green+Blue) = 149+76+59=284 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.46% from 284); Green value is 76 (30.08% from 255 or 26.76% from 284); Blue value is 59 (23.44% from 255 or 20.77% from 284); Max value from RGB is 149 - color contains mainly: red. Hex color #954C3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954C3B is #6AB3C4. Grayscale: #606060. Windows color (decimal): -6992837 or 3886229. OLE color: 3886229.

HSL color Cylindrical-coordinate representation of color #954C3B: hue angle of 11.33º 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 #954C3B is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB1497659-
CMYK00.490.600.42
HSL11.33º43.27%40.78%-
HSV(B)11.33º60.4%58.43%-
XYZ15.7711.875.6-
YUV95.89107.18165.88-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 52.46%
GREEN value IS 76 (30.08% from 255) = 26.76%
BLUE value IS 59 (23.44% from 255) = 20.77%
R=52.46%
G=26.76%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149765900.490.600.4211.3343.2740.78
Hex954C3B0313C2Ab2b29
Octal225114730617452135351
Binary10010101100110011101101100011111001010101011101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954C3B; }

 p { color: rgb(149,76,59); }

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

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

 a { background-color: rgb(149,76,59); }

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

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

 span { border-color: rgb(149,76,59); }

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