#764419

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

Shades of Russet #764419

Tints of Russet #764419

Color information

#764419 (or 0x764419) is unknown color: approx Russet. HEX triplet: 76, 44 and 19. RGB value is (118,68,25). Sum of RGB (Red+Green+Blue) = 118+68+25=211 (27% of max value = 765). Red value is 118 (46.48% from 255 or 55.92% from 211); Green value is 68 (26.95% from 255 or 32.23% from 211); Blue value is 25 (10.16% from 255 or 11.85% from 211); Max value from RGB is 118 - color contains mainly: red. Hex color #764419 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764419 is #89BBE6. Grayscale: #4E4E4E. Windows color (decimal): -9026535 or 1655926. OLE color: 1655926.

HSL color Cylindrical-coordinate representation of color #764419: hue angle of 27.74º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #764419 is Cyan = 0, Magento = 0.42, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB1186825-
CMYK00.420.790.54
HSL27.74º65.03%28.04%-
HSV(B)27.74º78.81%46.27%-
XYZ9.718.061.96-
YUV78.0598.06156.5-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 55.92%
GREEN value IS 68 (26.95% from 255) = 32.23%
BLUE value IS 25 (10.16% from 255) = 11.85%
R=55.92%
G=32.23%
B=11.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118682500.420.790.5427.7465.0328.04
Hex76441902A4F361c411c
Octal16610431052117663410134
Binary11101101000100110010101010100111111011011100100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764419; }

 p { color: rgb(118,68,25); }

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

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

 a { background-color: rgb(118,68,25); }

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

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

 span { border-color: rgb(118,68,25); }

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