#9B4535

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

Shades of Mojo #9B4535

Tints of Mojo #9B4535

Color information

#9B4535 (or 0x9B4535) is unknown color: approx Mojo. HEX triplet: 9B, 45 and 35. RGB value is (155,69,53). Sum of RGB (Red+Green+Blue) = 155+69+53=277 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.96% from 277); Green value is 69 (27.34% from 255 or 24.91% from 277); Blue value is 53 (21.09% from 255 or 19.13% from 277); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4535 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4535 is #64BACA. Grayscale: #5D5D5D. Windows color (decimal): -6601419 or 3491227. OLE color: 3491227.

HSL color Cylindrical-coordinate representation of color #9B4535: hue angle of 9.41º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9B4535 is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.39.

Color convert

RGB1556953-
CMYK00.550.660.39
HSL9.41º49.04%40.78%-
HSV(B)9.41º65.81%60.78%-
XYZ16.2911.484.73-
YUV92.89105.49172.3-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 55.96%
GREEN value IS 69 (27.34% from 255) = 24.91%
BLUE value IS 53 (21.09% from 255) = 19.13%
R=55.96%
G=24.91%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.66
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155695300.550.660.399.4149.0440.78
Hex9B4535037422793129
Octal2331056506710247116151
Binary100110111000101110101011011110000101001111001110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B4535; }

 p { color: rgb(155,69,53); }

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

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

 a { background-color: rgb(155,69,53); }

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

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

 span { border-color: rgb(155,69,53); }

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