#7C4C1D

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

Shades of Russet #7C4C1D

Tints of Russet #7C4C1D

Color information

#7C4C1D (or 0x7C4C1D) is unknown color: approx Russet. HEX triplet: 7C, 4C and 1D. RGB value is (124,76,29). Sum of RGB (Red+Green+Blue) = 124+76+29=229 (30% of max value = 765). Red value is 124 (48.83% from 255 or 54.15% from 229); Green value is 76 (30.08% from 255 or 33.19% from 229); Blue value is 29 (11.72% from 255 or 12.66% from 229); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C4C1D is #83B3E2. Grayscale: #555555. Windows color (decimal): -8631267 or 1920124. OLE color: 1920124.

HSL color Cylindrical-coordinate representation of color #7C4C1D: hue angle of 29.68º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7C4C1D is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.51.

Color convert

RGB1247629-
CMYK00.390.770.51
HSL29.68º62.09%30%-
HSV(B)29.68º76.61%48.63%-
XYZ11.129.542.42-
YUV84.9996.4155.82-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 54.15%
GREEN value IS 76 (30.08% from 255) = 33.19%
BLUE value IS 29 (11.72% from 255) = 12.66%
R=54.15%
G=33.19%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.77
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124762900.390.770.5129.6862.0930
Hex7C4C1D0274D331e3e1e
Octal1741143504711563367636
Binary1111100100110011101010011110011011100111111011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,76,29); }

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

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

 a { background-color: rgb(124,76,29); }

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

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

 span { border-color: rgb(124,76,29); }

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