#764519

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

Shades of Russet #764519

Tints of Russet #764519

Color information

#764519 (or 0x764519) is unknown color: approx Russet. HEX triplet: 76, 45 and 19. RGB value is (118,69,25). Sum of RGB (Red+Green+Blue) = 118+69+25=212 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.66% from 212); Green value is 69 (27.34% from 255 or 32.55% from 212); Blue value is 25 (10.16% from 255 or 11.79% from 212); Max value from RGB is 118 - color contains mainly: red. Hex color #764519 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764519 is #89BAE6. Grayscale: #4E4E4E. Windows color (decimal): -9026279 or 1656182. OLE color: 1656182.

HSL color Cylindrical-coordinate representation of color #764519: hue angle of 28.39º 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 #764519 is Cyan = 0, Magento = 0.42, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB1186925-
CMYK00.420.790.54
HSL28.39º65.03%28.04%-
HSV(B)28.39º78.81%46.27%-
XYZ9.778.181.98-
YUV78.6397.73156.08-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 55.66%
GREEN value IS 69 (27.34% from 255) = 32.55%
BLUE value IS 25 (10.16% from 255) = 11.79%
R=55.66%
G=32.55%
B=11.79%

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
Decimal118692500.420.790.5428.3965.0328.04
Hex76451902A4F361c411c
Octal16610531052117663410134
Binary11101101000101110010101010100111111011011100100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764519; }

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

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

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

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

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

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

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

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