#782B06

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

Shades of Peru Tan #782B06

Tints of Peru Tan #782B06

Color information

#782B06 (or 0x782B06) is unknown color: approx Peru Tan. HEX triplet: 78, 2B and 06. RGB value is (120,43,6). Sum of RGB (Red+Green+Blue) = 120+43+6=169 (22% of max value = 765). Red value is 120 (47.27% from 255 or 71.01% from 169); Green value is 43 (17.19% from 255 or 25.44% from 169); Blue value is 6 (2.73% from 255 or 3.55% from 169); Max value from RGB is 120 - color contains mainly: red. Hex color #782B06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782B06 is #87D4F9. Grayscale: #3E3E3E. Windows color (decimal): -8901882 or 404344. OLE color: 404344.

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

Color convert

RGB120436-
CMYK00.640.950.53
HSL19.47º90.48%24.71%-
HSV(B)19.47º95%47.06%-
XYZ8.645.730.82-
YUV61.896.51169.51-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 71.01%
GREEN value IS 43 (17.19% from 255) = 25.44%
BLUE value IS 6 (2.73% from 255) = 3.55%
R=71.01%
G=25.44%
B=3.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.95
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12043600.640.950.5319.4790.4824.71
Hex782B60405F35135a19
Octal1705360100137652313231
Binary111100010101111001000000101111111010110011101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,43,6); }

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

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

 a { background-color: rgb(120,43,6); }

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

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

 span { border-color: rgb(120,43,6); }

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