#9b503d

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

Shades of Mojo #9B503D

Tints of Mojo #9B503D

Color information

#9B503D (or 0x9B503D) is unknown color: approx Mojo. HEX triplet: 9B, 50 and 3D. RGB value is (155,80,61). Sum of RGB (Red+Green+Blue) = 155+80+61=296 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.36% from 296); Green value is 80 (31.64% from 255 or 27.03% from 296); Blue value is 61 (24.22% from 255 or 20.61% from 296); Max value from RGB is 155 - color contains mainly: red. Hex color #9B503D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B503D is #64AFC2. Grayscale: #646464. Windows color (decimal): -6598595 or 4018331. OLE color: 4018331.

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

Color convert

RGB1558061-
CMYK00.480.610.39
HSL12.13º43.52%42.35%-
HSV(B)12.13º60.65%60.78%-
XYZ17.2313.046.02-
YUV100.26105.85167.04-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 52.36%
GREEN value IS 80 (31.64% from 255) = 27.03%
BLUE value IS 61 (24.22% from 255) = 20.61%
R=52.36%
G=27.03%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.61
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155806100.480.610.3912.1343.5242.35
Hex9B503D0303D27c2c2a
Octal233120750607547145452
Binary10011011101000011110101100001111011001111100101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b503d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,80,61); }

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

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

 a { background-color: rgb(155,80,61); }

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

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

 span { border-color: rgb(155,80,61); }

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