#7B3C12

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

Shades of Russet #7B3C12

Tints of Russet #7B3C12

Color information

#7B3C12 (or 0x7B3C12) is unknown color: approx Russet. HEX triplet: 7B, 3C and 12. RGB value is (123,60,18). Sum of RGB (Red+Green+Blue) = 123+60+18=201 (26% of max value = 765). Red value is 123 (48.44% from 255 or 61.19% from 201); Green value is 60 (23.83% from 255 or 29.85% from 201); Blue value is 18 (7.42% from 255 or 8.96% from 201); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3C12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B3C12 is #84C3ED. Grayscale: #4A4A4A. Windows color (decimal): -8700910 or 1195131. OLE color: 1195131.

HSL color Cylindrical-coordinate representation of color #7B3C12: hue angle of 24º degrees, saturation: 0.74, 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 #7B3C12 is Cyan = 0, Magento = 0.51, Yellow = 0.85 and Black (K on CMYK) = 0.52.

Color convert

RGB1236018-
CMYK00.510.850.52
HSL24º74.47%27.65%-
HSV(B)24º85.37%48.24%-
XYZ9.897.491.5-
YUV74.0596.37162.92-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 61.19%
GREEN value IS 60 (23.83% from 255) = 29.85%
BLUE value IS 18 (7.42% from 255) = 8.96%
R=61.19%
G=29.85%
B=8.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.85
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123601800.510.850.522474.4727.65
Hex7B3C120335534184a1c
Octal1737422063125643011234
Binary1111011111100100100110011101010111010011000100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,60,18); }

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

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

 a { background-color: rgb(123,60,18); }

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

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

 span { border-color: rgb(123,60,18); }

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