#782E00

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

Shades of Peru Tan #782E00

Tints of Peru Tan #782E00

Color information

#782E00 (or 0x782E00) is unknown color: approx Peru Tan. HEX triplet: 78, 2E and 00. RGB value is (120,46,0). Sum of RGB (Red+Green+Blue) = 120+46+0=166 (21% of max value = 765). Red value is 120 (47.27% from 255 or 72.29% from 166); Green value is 46 (18.36% from 255 or 27.71% from 166); Blue value is 0 (0.39% from 255 or 0% from 166); Max value from RGB is 120 - color contains mainly: red. Hex color #782E00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782E00 is #87D1FF. Grayscale: #3F3F3F. Windows color (decimal): -8901120 or 11896. OLE color: 11896.

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

Color convert

RGB120460-
CMYK00.6210.53
HSL23º100%23.53%-
HSV(B)23º100%47.06%-
XYZ8.725.950.69-
YUV62.8892.52168.74-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 72.29%
GREEN value IS 46 (18.36% from 255) = 27.71%
BLUE value IS 0 (0.39% from 255) = 0%
R=72.29%
G=27.71%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 1
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12046000.6210.532310023.53
Hex782E003E6435176418
Octal170560076144652714430
Binary111100010111000111110110010011010110111110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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