#782B11

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

Shades of Peru Tan #782B11

Tints of Peru Tan #782B11

Color information

#782B11 (or 0x782B11) is unknown color: approx Peru Tan. HEX triplet: 78, 2B and 11. RGB value is (120,43,17). Sum of RGB (Red+Green+Blue) = 120+43+17=180 (23% of max value = 765). Red value is 120 (47.27% from 255 or 66.67% from 180); Green value is 43 (17.19% from 255 or 23.89% from 180); Blue value is 17 (7.03% from 255 or 9.44% from 180); Max value from RGB is 120 - color contains mainly: red. Hex color #782B11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782B11 is #87D4EE. Grayscale: #3F3F3F. Windows color (decimal): -8901871 or 1125240. OLE color: 1125240.

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

Color convert

RGB1204317-
CMYK00.640.860.53
HSL15.15º75.18%26.86%-
HSV(B)15.15º85.83%47.06%-
XYZ8.715.761.18-
YUV63.06102.01168.61-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 66.67%
GREEN value IS 43 (17.19% from 255) = 23.89%
BLUE value IS 17 (7.03% from 255) = 9.44%
R=66.67%
G=23.89%
B=9.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.86
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120431700.640.860.5315.1575.1826.86
Hex782B110405635f4b1b
Octal17053210100126651711333
Binary1111000101011100010100000010101101101011111100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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