#7C431A

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

Shades of Russet #7C431A

Tints of Russet #7C431A

Color information

#7C431A (or 0x7C431A) is unknown color: approx Russet. HEX triplet: 7C, 43 and 1A. RGB value is (124,67,26). Sum of RGB (Red+Green+Blue) = 124+67+26=217 (28% of max value = 765). Red value is 124 (48.83% from 255 or 57.14% from 217); Green value is 67 (26.56% from 255 or 30.88% from 217); Blue value is 26 (10.55% from 255 or 11.98% from 217); Max value from RGB is 124 - color contains mainly: red. Hex color #7C431A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C431A is #83BCE5. Grayscale: #4F4F4F. Windows color (decimal): -8633574 or 1721212. OLE color: 1721212.

HSL color Cylindrical-coordinate representation of color #7C431A: hue angle of 25.1º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7C431A is Cyan = 0, Magento = 0.46, Yellow = 0.79 and Black (K on CMYK) = 0.51.

Color convert

RGB1246726-
CMYK00.460.790.51
HSL25.1º65.33%29.41%-
HSV(B)25.1º79.03%48.63%-
XYZ10.518.372.04-
YUV79.3797.88159.83-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 57.14%
GREEN value IS 67 (26.56% from 255) = 30.88%
BLUE value IS 26 (10.55% from 255) = 11.98%
R=57.14%
G=30.88%
B=11.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.79
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124672600.460.790.5125.165.3329.41
Hex7C431A02E4F3319411d
Octal17410332056117633110135
Binary11111001000011110100101110100111111001111001100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C431A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,67,26); }

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

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

 a { background-color: rgb(124,67,26); }

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

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

 span { border-color: rgb(124,67,26); }

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