#9B4236

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

Shades of Mojo #9B4236

Tints of Mojo #9B4236

Color information

#9B4236 (or 0x9B4236) is unknown color: approx Mojo. HEX triplet: 9B, 42 and 36. RGB value is (155,66,54). Sum of RGB (Red+Green+Blue) = 155+66+54=275 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.36% from 275); Green value is 66 (26.17% from 255 or 24% from 275); Blue value is 54 (21.48% from 255 or 19.64% from 275); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4236 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4236 is #64BDC9. Grayscale: #5B5B5B. Windows color (decimal): -6602186 or 3555995. OLE color: 3555995.

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

Color convert

RGB1556654-
CMYK00.570.650.39
HSL7.13º48.33%40.98%-
HSV(B)7.13º65.16%60.78%-
XYZ16.1311.134.79-
YUV91.24106.99173.48-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 56.36%
GREEN value IS 66 (26.17% from 255) = 24%
BLUE value IS 54 (21.48% from 255) = 19.64%
R=56.36%
G=24%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.65
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155665400.570.650.397.1348.3340.98
Hex9B4236039412773029
Octal233102660711014776051
Binary10011011100001011011001110011000001100111111110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,66,54); }

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

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

 a { background-color: rgb(155,66,54); }

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

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

 span { border-color: rgb(155,66,54); }

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