#7B481B

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

Shades of Russet #7B481B

Tints of Russet #7B481B

Color information

#7B481B (or 0x7B481B) is unknown color: approx Russet. HEX triplet: 7B, 48 and 1B. RGB value is (123,72,27). Sum of RGB (Red+Green+Blue) = 123+72+27=222 (29% of max value = 765). Red value is 123 (48.44% from 255 or 55.41% from 222); Green value is 72 (28.52% from 255 or 32.43% from 222); Blue value is 27 (10.94% from 255 or 12.16% from 222); Max value from RGB is 123 - color contains mainly: red. Hex color #7B481B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B481B is #84B7E4. Grayscale: #525252. Windows color (decimal): -8697829 or 1788027. OLE color: 1788027.

HSL color Cylindrical-coordinate representation of color #7B481B: hue angle of 28.13º 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 #7B481B is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.52.

Color convert

RGB1237227-
CMYK00.410.780.52
HSL28.13º64%29.41%-
HSV(B)28.13º78.05%48.24%-
XYZ10.688.922.2-
YUV82.1296.9157.16-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 55.41%
GREEN value IS 72 (28.52% from 255) = 32.43%
BLUE value IS 27 (10.94% from 255) = 12.16%
R=55.41%
G=32.43%
B=12.16%

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
Decimal123722700.410.780.5228.136429.41
Hex7B481B0294E341c401d
Octal17311033051116643410035
Binary11110111001000110110101001100111011010011100100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B481B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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