#7B451C

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

Shades of Russet #7B451C

Tints of Russet #7B451C

Color information

#7B451C (or 0x7B451C) is unknown color: approx Russet. HEX triplet: 7B, 45 and 1C. RGB value is (123,69,28). Sum of RGB (Red+Green+Blue) = 123+69+28=220 (29% of max value = 765). Red value is 123 (48.44% from 255 or 55.91% from 220); Green value is 69 (27.34% from 255 or 31.36% from 220); Blue value is 28 (11.33% from 255 or 12.73% from 220); Max value from RGB is 123 - color contains mainly: red. Hex color #7B451C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B451C is #84BAE3. Grayscale: #505050. Windows color (decimal): -8698596 or 1852795. OLE color: 1852795.

HSL color Cylindrical-coordinate representation of color #7B451C: hue angle of 25.89º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7B451C is Cyan = 0, Magento = 0.44, Yellow = 0.77 and Black (K on CMYK) = 0.52.

Color convert

RGB1236928-
CMYK00.440.770.52
HSL25.89º62.91%29.61%-
HSV(B)25.89º77.24%48.24%-
XYZ10.518.552.2-
YUV80.4798.39158.33-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 55.91%
GREEN value IS 69 (27.34% from 255) = 31.36%
BLUE value IS 28 (11.33% from 255) = 12.73%
R=55.91%
G=31.36%
B=12.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.77
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123692800.440.770.5225.8962.9129.61
Hex7B451C02C4D341a3f1e
Octal1731053405411564327736
Binary1111011100010111100010110010011011101001101011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B451C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,69,28); }

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

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

 a { background-color: rgb(123,69,28); }

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

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

 span { border-color: rgb(123,69,28); }

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