#9B4B38

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

Shades of Mojo #9B4B38

Tints of Mojo #9B4B38

Color information

#9B4B38 (or 0x9B4B38) is unknown color: approx Mojo. HEX triplet: 9B, 4B and 38. RGB value is (155,75,56). Sum of RGB (Red+Green+Blue) = 155+75+56=286 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.20% from 286); Green value is 75 (29.69% from 255 or 26.22% from 286); Blue value is 56 (22.27% from 255 or 19.58% from 286); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4B38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4B38 is #64B4C7. Grayscale: #606060. Windows color (decimal): -6599880 or 3689371. OLE color: 3689371.

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

Color convert

RGB1557556-
CMYK00.520.640.39
HSL11.52º46.92%41.37%-
HSV(B)11.52º63.87%60.78%-
XYZ16.7512.295.23-
YUV96.75105169.54-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 54.20%
GREEN value IS 75 (29.69% from 255) = 26.22%
BLUE value IS 56 (22.27% from 255) = 19.58%
R=54.20%
G=26.22%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.64
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155755600.520.640.3911.5246.9241.37
Hex9B4B380344027c2f29
Octal2331137006410047145751
Binary100110111001011111000011010010000001001111100101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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