#782D05

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

Shades of Peru Tan #782D05

Tints of Peru Tan #782D05

Color information

#782D05 (or 0x782D05) is unknown color: approx Peru Tan. HEX triplet: 78, 2D and 05. RGB value is (120,45,5). Sum of RGB (Red+Green+Blue) = 120+45+5=170 (22% of max value = 765). Red value is 120 (47.27% from 255 or 70.59% from 170); Green value is 45 (17.97% from 255 or 26.47% from 170); Blue value is 5 (2.34% from 255 or 2.94% from 170); Max value from RGB is 120 - color contains mainly: red. Hex color #782D05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782D05 is #87D2FA. Grayscale: #3F3F3F. Windows color (decimal): -8901371 or 339320. OLE color: 339320.

HSL color Cylindrical-coordinate representation of color #782D05: hue angle of 20.87º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #782D05 is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.53.

Color convert

RGB120455-
CMYK00.630.960.53
HSL20.87º92%24.51%-
HSV(B)20.87º95.83%47.06%-
XYZ8.715.880.82-
YUV62.8695.35168.75-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 70.59%
GREEN value IS 45 (17.97% from 255) = 26.47%
BLUE value IS 5 (2.34% from 255) = 2.94%
R=70.59%
G=26.47%
B=2.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.96
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12045500.630.960.5320.879224.51
Hex782D503F6035155c19
Octal170555077140652513431
Binary11110001011011010111111110000011010110101101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,45,5); }

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

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

 a { background-color: rgb(120,45,5); }

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

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

 span { border-color: rgb(120,45,5); }

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