#954B38

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

Shades of Mojo #954B38

Tints of Mojo #954B38

Color information

#954B38 (or 0x954B38) is unknown color: approx Mojo. HEX triplet: 95, 4B and 38. RGB value is (149,75,56). Sum of RGB (Red+Green+Blue) = 149+75+56=280 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.21% from 280); Green value is 75 (29.69% from 255 or 26.79% from 280); Blue value is 56 (22.27% from 255 or 20% from 280); Max value from RGB is 149 - color contains mainly: red. Hex color #954B38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954B38 is #6AB4C7. Grayscale: #5F5F5F. Windows color (decimal): -6993096 or 3689365. OLE color: 3689365.

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

Color convert

RGB1497556-
CMYK00.500.620.42
HSL12.26º45.37%40.2%-
HSV(B)12.26º62.42%58.43%-
XYZ15.6211.715.18-
YUV94.96106.02166.54-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 53.21%
GREEN value IS 75 (29.69% from 255) = 26.79%
BLUE value IS 56 (22.27% from 255) = 20%
R=53.21%
G=26.79%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149755600.500.620.4212.2645.3740.2
Hex954B380323E2Ac2d28
Octal225113700627652145550
Binary10010101100101111100001100101111101010101100101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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