#954B3F

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

Shades of Mojo #954B3F

Tints of Mojo #954B3F

Color information

#954B3F (or 0x954B3F) is unknown color: approx Mojo. HEX triplet: 95, 4B and 3F. RGB value is (149,75,63). Sum of RGB (Red+Green+Blue) = 149+75+63=287 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.92% from 287); Green value is 75 (29.69% from 255 or 26.13% from 287); Blue value is 63 (25% from 255 or 21.95% from 287); Max value from RGB is 149 - color contains mainly: red. Hex color #954B3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954B3F is #6AB4C0. Grayscale: #5F5F5F. Windows color (decimal): -6993089 or 4148117. OLE color: 4148117.

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

Color convert

RGB1497563-
CMYK00.500.580.42
HSL8.37º40.57%41.57%-
HSV(B)8.37º57.72%58.43%-
XYZ15.8111.786.14-
YUV95.76109.52165.98-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.92%
GREEN value IS 75 (29.69% from 255) = 26.13%
BLUE value IS 63 (25% from 255) = 21.95%
R=51.92%
G=26.13%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149756300.500.580.428.3740.5741.57
Hex954B3F0323A2A8292a
Octal225113770627252105152
Binary10010101100101111111101100101110101010101000101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,75,63); }

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

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

 a { background-color: rgb(149,75,63); }

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

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

 span { border-color: rgb(149,75,63); }

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