#786034

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

Shades of Shingle Fawn #786034

Tints of Shingle Fawn #786034

Color information

#786034 (or 0x786034) is unknown color: approx Shingle Fawn. HEX triplet: 78, 60 and 34. RGB value is (120,96,52). Sum of RGB (Red+Green+Blue) = 120+96+52=268 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.78% from 268); Green value is 96 (37.89% from 255 or 35.82% from 268); Blue value is 52 (20.70% from 255 or 19.40% from 268); Max value from RGB is 120 - color contains mainly: red. Hex color #786034 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786034 is #879FCB. Grayscale: #626262. Windows color (decimal): -8888268 or 3432568. OLE color: 3432568.

HSL color Cylindrical-coordinate representation of color #786034: hue angle of 38.82º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #786034 is Cyan = 0, Magento = 0.2, Yellow = 0.57 and Black (K on CMYK) = 0.53.

Color convert

RGB1209652-
CMYK00.20.570.53
HSL38.82º39.53%33.73%-
HSV(B)38.82º56.67%47.06%-
XYZ12.5512.615.02-
YUV98.16101.95143.58-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.78%
GREEN value IS 96 (37.89% from 255) = 35.82%
BLUE value IS 52 (20.70% from 255) = 19.40%
R=44.78%
G=35.82%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.57
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120965200.20.570.5338.8239.5333.73
Hex7860340143935272822
Octal170140640247165475042
Binary11110001100000110100010100111001110101100111101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786034; }

 p { color: rgb(120,96,52); }

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

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

 a { background-color: rgb(120,96,52); }

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

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

 span { border-color: rgb(120,96,52); }

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