#7F421C

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

Shades of Russet #7F421C

Tints of Russet #7F421C

Color information

#7F421C (or 0x7F421C) is unknown color: approx Russet. HEX triplet: 7F, 42 and 1C. RGB value is (127,66,28). Sum of RGB (Red+Green+Blue) = 127+66+28=221 (29% of max value = 765). Red value is 127 (50% from 255 or 57.47% from 221); Green value is 66 (26.17% from 255 or 29.86% from 221); Blue value is 28 (11.33% from 255 or 12.67% from 221); Max value from RGB is 127 - color contains mainly: red. Hex color #7F421C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F421C is #80BDE3. Grayscale: #505050. Windows color (decimal): -8437220 or 1852031. OLE color: 1852031.

HSL color Cylindrical-coordinate representation of color #7F421C: hue angle of 23.03º 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 #7F421C is Cyan = 0, Magento = 0.48, Yellow = 0.78 and Black (K on CMYK) = 0.50.

Color convert

RGB1276628-
CMYK00.480.780.50
HSL23.03º63.87%30.39%-
HSV(B)23.03º77.95%49.8%-
XYZ10.918.492.16-
YUV79.9198.71161.59-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 57.47%
GREEN value IS 66 (26.17% from 255) = 29.86%
BLUE value IS 28 (11.33% from 255) = 12.67%
R=57.47%
G=29.86%
B=12.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.78
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127662800.480.780.5023.0363.8730.39
Hex7F421C0304E3217401e
Octal17710234060116622710036
Binary11111111000010111000110000100111011001010111100000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F421C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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