#7B491B

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

Shades of Russet #7B491B

Tints of Russet #7B491B

Color information

#7B491B (or 0x7B491B) is unknown color: approx Russet. HEX triplet: 7B, 49 and 1B. RGB value is (123,73,27). Sum of RGB (Red+Green+Blue) = 123+73+27=223 (29% of max value = 765). Red value is 123 (48.44% from 255 or 55.16% from 223); Green value is 73 (28.91% from 255 or 32.74% from 223); Blue value is 27 (10.94% from 255 or 12.11% from 223); Max value from RGB is 123 - color contains mainly: red. Hex color #7B491B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B491B is #84B6E4. Grayscale: #525252. Windows color (decimal): -8697573 or 1788283. OLE color: 1788283.

HSL color Cylindrical-coordinate representation of color #7B491B: hue angle of 28.75º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7B491B is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.52.

Color convert

RGB1237327-
CMYK00.410.780.52
HSL28.75º64%29.41%-
HSV(B)28.75º78.05%48.24%-
XYZ10.759.062.22-
YUV82.7196.56156.74-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 55.16%
GREEN value IS 73 (28.91% from 255) = 32.74%
BLUE value IS 27 (10.94% from 255) = 12.11%
R=55.16%
G=32.74%
B=12.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.78
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123732700.410.780.5228.756429.41
Hex7B491B0294E341d401d
Octal17311133051116643510035
Binary11110111001001110110101001100111011010011101100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B491B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B491B; }

 p { color: rgb(123,73,27); }

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

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

 a { background-color: rgb(123,73,27); }

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

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

 span { border-color: rgb(123,73,27); }

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