#7C3A0C

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

Shades of Russet #7C3A0C

Tints of Russet #7C3A0C

Color information

#7C3A0C (or 0x7C3A0C) is unknown color: approx Russet. HEX triplet: 7C, 3A and 0C. RGB value is (124,58,12). Sum of RGB (Red+Green+Blue) = 124+58+12=194 (25% of max value = 765). Red value is 124 (48.83% from 255 or 63.92% from 194); Green value is 58 (23.05% from 255 or 29.90% from 194); Blue value is 12 (5.08% from 255 or 6.19% from 194); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3A0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C3A0C is #83C5F3. Grayscale: #484848. Windows color (decimal): -8635892 or 801404. OLE color: 801404.

HSL color Cylindrical-coordinate representation of color #7C3A0C: hue angle of 24.64º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7C3A0C is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.51.

Color convert

RGB1245812-
CMYK00.530.900.51
HSL24.64º82.35%26.67%-
HSV(B)24.64º90.32%48.63%-
XYZ9.897.341.24-
YUV72.4993.87164.74-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 63.92%
GREEN value IS 58 (23.05% from 255) = 29.90%
BLUE value IS 12 (5.08% from 255) = 6.19%
R=63.92%
G=29.90%
B=6.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.90
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124581200.530.900.5124.6482.3526.67
Hex7C3AC0355A3319521b
Octal1747214065132633112233
Binary111110011101011000110101101101011001111001101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,58,12); }

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

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

 a { background-color: rgb(124,58,12); }

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

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

 span { border-color: rgb(124,58,12); }

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