#784A1C

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

Shades of Russet #784A1C

Tints of Russet #784A1C

Color information

#784A1C (or 0x784A1C) is unknown color: approx Russet. HEX triplet: 78, 4A and 1C. RGB value is (120,74,28). Sum of RGB (Red+Green+Blue) = 120+74+28=222 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.05% from 222); Green value is 74 (29.30% from 255 or 33.33% from 222); Blue value is 28 (11.33% from 255 or 12.61% from 222); Max value from RGB is 120 - color contains mainly: red. Hex color #784A1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784A1C is #87B5E3. Grayscale: #525252. Windows color (decimal): -8893924 or 1854072. OLE color: 1854072.

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

Color convert

RGB1207428-
CMYK00.380.770.53
HSL30º62.16%29.02%-
HSV(B)30º76.67%47.06%-
XYZ10.48.972.28-
YUV82.5197.24154.74-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 54.05%
GREEN value IS 74 (29.30% from 255) = 33.33%
BLUE value IS 28 (11.33% from 255) = 12.61%
R=54.05%
G=33.33%
B=12.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.77
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120742800.380.770.533062.1629.02
Hex784A1C0264D351e3e1d
Octal1701123404611565367635
Binary1111000100101011100010011010011011101011111011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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