#784A1F

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

Shades of Russet #784A1F

Tints of Russet #784A1F

Color information

#784A1F (or 0x784A1F) is unknown color: approx Russet. HEX triplet: 78, 4A and 1F. RGB value is (120,74,31). Sum of RGB (Red+Green+Blue) = 120+74+31=225 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.33% from 225); Green value is 74 (29.30% from 255 or 32.89% from 225); Blue value is 31 (12.5% from 255 or 13.78% from 225); Max value from RGB is 120 - color contains mainly: red. Hex color #784A1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784A1F is #87B5E0. Grayscale: #535353. Windows color (decimal): -8893921 or 2050680. OLE color: 2050680.

HSL color Cylindrical-coordinate representation of color #784A1F: hue angle of 28.99º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #784A1F is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB1207431-
CMYK00.380.740.53
HSL28.99º58.94%29.61%-
HSV(B)28.99º74.17%47.06%-
XYZ10.448.992.48-
YUV82.8598.74154.5-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 53.33%
GREEN value IS 74 (29.30% from 255) = 32.89%
BLUE value IS 31 (12.5% from 255) = 13.78%
R=53.33%
G=32.89%
B=13.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120743100.380.740.5328.9958.9429.61
Hex784A1F0264A351d3b1e
Octal1701123704611265357336
Binary1111000100101011111010011010010101101011110111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784A1F; }

 p { color: rgb(120,74,31); }

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

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

 a { background-color: rgb(120,74,31); }

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

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

 span { border-color: rgb(120,74,31); }

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