#7F431C

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

Shades of Russet #7F431C

Tints of Russet #7F431C

Color information

#7F431C (or 0x7F431C) is unknown color: approx Russet. HEX triplet: 7F, 43 and 1C. RGB value is (127,67,28). Sum of RGB (Red+Green+Blue) = 127+67+28=222 (29% of max value = 765). Red value is 127 (50% from 255 or 57.21% from 222); Green value is 67 (26.56% from 255 or 30.18% from 222); Blue value is 28 (11.33% from 255 or 12.61% from 222); Max value from RGB is 127 - color contains mainly: red. Hex color #7F431C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F431C is #80BCE3. Grayscale: #505050. Windows color (decimal): -8436964 or 1852287. OLE color: 1852287.

HSL color Cylindrical-coordinate representation of color #7F431C: hue angle of 23.64º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7F431C is Cyan = 0, Magento = 0.47, Yellow = 0.78 and Black (K on CMYK) = 0.50.

Color convert

RGB1276728-
CMYK00.470.780.50
HSL23.64º63.87%30.39%-
HSV(B)23.64º77.95%49.8%-
XYZ10.978.612.18-
YUV80.4998.38161.17-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 57.21%
GREEN value IS 67 (26.56% from 255) = 30.18%
BLUE value IS 28 (11.33% from 255) = 12.61%
R=57.21%
G=30.18%
B=12.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.78
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127672800.470.780.5023.6463.8730.39
Hex7F431C02F4E3218401e
Octal17710334057116623010036
Binary11111111000011111000101111100111011001011000100000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F431C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,67,28); }

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

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

 a { background-color: rgb(127,67,28); }

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

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

 span { border-color: rgb(127,67,28); }

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