#782E01

Color #782E01 Peru Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peru Tan #782E01

Tints of Peru Tan #782E01

Color information

#782E01 (or 0x782E01) is unknown color: approx Peru Tan. HEX triplet: 78, 2E and 01. RGB value is (120,46,1). Sum of RGB (Red+Green+Blue) = 120+46+1=167 (22% of max value = 765). Red value is 120 (47.27% from 255 or 71.86% from 167); Green value is 46 (18.36% from 255 or 27.54% from 167); Blue value is 1 (0.78% from 255 or 0.60% from 167); Max value from RGB is 120 - color contains mainly: red. Hex color #782E01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782E01 is #87D1FE. Grayscale: #3F3F3F. Windows color (decimal): -8901119 or 77432. OLE color: 77432.

HSL color Cylindrical-coordinate representation of color #782E01: hue angle of 22.69º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #782E01 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.53.

Color convert

RGB120461-
CMYK00.620.990.53
HSL22.69º98.35%23.73%-
HSV(B)22.69º99.17%47.06%-
XYZ8.735.950.72-
YUV6393.02168.66-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 71.86%
GREEN value IS 46 (18.36% from 255) = 27.54%
BLUE value IS 1 (0.78% from 255) = 0.60%
R=71.86%
G=27.54%
B=0.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.99
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12046100.620.990.5322.6998.3523.73
Hex782E103E6335176218
Octal170561076143652714230
Binary111100010111010111110110001111010110111110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782E01; }

 p { color: rgb(120,46,1); }

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

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

 a { background-color: rgb(120,46,1); }

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

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

 span { border-color: rgb(120,46,1); }

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