#782D0B

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

Shades of Peru Tan #782D0B

Tints of Peru Tan #782D0B

Color information

#782D0B (or 0x782D0B) is unknown color: approx Peru Tan. HEX triplet: 78, 2D and 0B. RGB value is (120,45,11). Sum of RGB (Red+Green+Blue) = 120+45+11=176 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.18% from 176); Green value is 45 (17.97% from 255 or 25.57% from 176); Blue value is 11 (4.69% from 255 or 6.25% from 176); Max value from RGB is 120 - color contains mainly: red. Hex color #782D0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782D0B is #87D2F4. Grayscale: #3F3F3F. Windows color (decimal): -8901365 or 732536. OLE color: 732536.

HSL color Cylindrical-coordinate representation of color #782D0B: hue angle of 18.72º 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 #782D0B is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.53.

Color convert

RGB1204511-
CMYK00.630.910.53
HSL18.72º83.21%25.69%-
HSV(B)18.72º90.83%47.06%-
XYZ8.745.890.99-
YUV63.5598.35168.26-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 68.18%
GREEN value IS 45 (17.97% from 255) = 25.57%
BLUE value IS 11 (4.69% from 255) = 6.25%
R=68.18%
G=25.57%
B=6.25%

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
Decimal120451100.630.910.5318.7283.2125.69
Hex782DB03F5B3513531a
Octal1705513077133652312332
Binary111100010110110110111111101101111010110011101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782D0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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