#954638

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

Shades of Mojo #954638

Tints of Mojo #954638

Color information

#954638 (or 0x954638) is unknown color: approx Mojo. HEX triplet: 95, 46 and 38. RGB value is (149,70,56). Sum of RGB (Red+Green+Blue) = 149+70+56=275 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.18% from 275); Green value is 70 (27.73% from 255 or 25.45% from 275); Blue value is 56 (22.27% from 255 or 20.36% from 275); Max value from RGB is 149 - color contains mainly: red. Hex color #954638 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954638 is #6AB9C7. Grayscale: #5C5C5C. Windows color (decimal): -6994376 or 3688085. OLE color: 3688085.

HSL color Cylindrical-coordinate representation of color #954638: hue angle of 9.03º 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 #954638 is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.42.

Color convert

RGB1497056-
CMYK00.530.620.42
HSL9.03º45.37%40.2%-
HSV(B)9.03º62.42%58.43%-
XYZ15.311.065.07-
YUV92.02107.67168.64-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 54.18%
GREEN value IS 70 (27.73% from 255) = 25.45%
BLUE value IS 56 (22.27% from 255) = 20.36%
R=54.18%
G=25.45%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149705600.530.620.429.0345.3740.2
Hex9546380353E2A92d28
Octal225106700657652115550
Binary10010101100011011100001101011111101010101001101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954638; }

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

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

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

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

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

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

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

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