#7B4413

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

Shades of Russet #7B4413

Tints of Russet #7B4413

Color information

#7B4413 (or 0x7B4413) is unknown color: approx Russet. HEX triplet: 7B, 44 and 13. RGB value is (123,68,19). Sum of RGB (Red+Green+Blue) = 123+68+19=210 (27% of max value = 765). Red value is 123 (48.44% from 255 or 58.57% from 210); Green value is 68 (26.95% from 255 or 32.38% from 210); Blue value is 19 (7.81% from 255 or 9.05% from 210); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4413 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B4413 is #84BBEC. Grayscale: #4F4F4F. Windows color (decimal): -8698861 or 1262715. OLE color: 1262715.

HSL color Cylindrical-coordinate representation of color #7B4413: hue angle of 28.27º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7B4413 is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.52.

Color convert

RGB1236819-
CMYK00.450.850.52
HSL28.27º73.24%27.84%-
HSV(B)28.27º84.55%48.24%-
XYZ10.358.391.69-
YUV78.8694.22159.48-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 58.57%
GREEN value IS 68 (26.95% from 255) = 32.38%
BLUE value IS 19 (7.81% from 255) = 9.05%
R=58.57%
G=32.38%
B=9.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.85
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123681900.450.850.5228.2773.2427.84
Hex7B441302D55341c491c
Octal17310423055125643411134
Binary11110111000100100110101101101010111010011100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,68,19); }

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

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

 a { background-color: rgb(123,68,19); }

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

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

 span { border-color: rgb(123,68,19); }

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