#7b3d11

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

Shades of Russet #7B3D11

Tints of Russet #7B3D11

Color information

#7B3D11 (or 0x7B3D11) is unknown color: approx Russet. HEX triplet: 7B, 3D and 11. RGB value is (123,61,17). Sum of RGB (Red+Green+Blue) = 123+61+17=201 (26% of max value = 765). Red value is 123 (48.44% from 255 or 61.19% from 201); Green value is 61 (24.22% from 255 or 30.35% from 201); Blue value is 17 (7.03% from 255 or 8.46% from 201); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3D11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B3D11 is #84C2EE. Grayscale: #4A4A4A. Windows color (decimal): -8700655 or 1129851. OLE color: 1129851.

HSL color Cylindrical-coordinate representation of color #7B3D11: hue angle of 24.91º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7B3D11 is Cyan = 0, Magento = 0.50, Yellow = 0.86 and Black (K on CMYK) = 0.52.

Color convert

RGB1236117-
CMYK00.500.860.52
HSL24.91º75.71%27.45%-
HSV(B)24.91º86.18%48.24%-
XYZ9.947.591.47-
YUV74.5295.54162.58-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 61.19%
GREEN value IS 61 (24.22% from 255) = 30.35%
BLUE value IS 17 (7.03% from 255) = 8.46%
R=61.19%
G=30.35%
B=8.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.86
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123611700.500.860.5224.9175.7127.45
Hex7B3D110325634194c1b
Octal1737521062126643111433
Binary1111011111101100010110010101011011010011001100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7b3d11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,61,17); }

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

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

 a { background-color: rgb(123,61,17); }

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

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

 span { border-color: rgb(123,61,17); }

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