#782C0B

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

Shades of Peru Tan #782C0B

Tints of Peru Tan #782C0B

Color information

#782C0B (or 0x782C0B) is unknown color: approx Peru Tan. HEX triplet: 78, 2C and 0B. RGB value is (120,44,11). Sum of RGB (Red+Green+Blue) = 120+44+11=175 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.57% from 175); Green value is 44 (17.58% from 255 or 25.14% from 175); Blue value is 11 (4.69% from 255 or 6.29% from 175); Max value from RGB is 120 - color contains mainly: red. Hex color #782C0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782C0B is #87D3F4. Grayscale: #3F3F3F. Windows color (decimal): -8901621 or 732280. OLE color: 732280.

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

Color convert

RGB1204411-
CMYK00.630.910.53
HSL18.17º83.21%25.69%-
HSV(B)18.17º90.83%47.06%-
XYZ8.715.820.98-
YUV62.9698.68168.68-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 68.57%
GREEN value IS 44 (17.58% from 255) = 25.14%
BLUE value IS 11 (4.69% from 255) = 6.29%
R=68.57%
G=25.14%
B=6.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.91
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120441100.630.910.5318.1783.2125.69
Hex782CB03F5B3512531a
Octal1705413077133652212332
Binary111100010110010110111111101101111010110010101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,44,11); }

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

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

 a { background-color: rgb(120,44,11); }

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

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

 span { border-color: rgb(120,44,11); }

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