#7B3311

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

Shades of Peru Tan #7B3311

Tints of Peru Tan #7B3311

Color information

#7B3311 (or 0x7B3311) is unknown color: approx Peru Tan. HEX triplet: 7B, 33 and 11. RGB value is (123,51,17). Sum of RGB (Red+Green+Blue) = 123+51+17=191 (25% of max value = 765). Red value is 123 (48.44% from 255 or 64.40% from 191); Green value is 51 (20.31% from 255 or 26.70% from 191); Blue value is 17 (7.03% from 255 or 8.90% from 191); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3311 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B3311 is #84CCEE. Grayscale: #444444. Windows color (decimal): -8703215 or 1127291. OLE color: 1127291.

HSL color Cylindrical-coordinate representation of color #7B3311: hue angle of 19.25º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7B3311 is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.52.

Color convert

RGB1235117-
CMYK00.590.860.52
HSL19.25º75.71%27.45%-
HSV(B)19.25º86.18%48.24%-
XYZ9.456.621.31-
YUV68.6598.85166.76-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 64.40%
GREEN value IS 51 (20.31% from 255) = 26.70%
BLUE value IS 17 (7.03% from 255) = 8.90%
R=64.40%
G=26.70%
B=8.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.86
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123511700.590.860.5219.2575.7127.45
Hex7B331103B5634134c1b
Octal1736321073126642311433
Binary1111011110011100010111011101011011010010011100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B3311; }

 p { color: rgb(123,51,17); }

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

<style>
 a { background-color: #7B3311; }

 a { background-color: rgb(123,51,17); }

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

<style>
 span { border-color: #7B3311; }

 span { border-color: rgb(123,51,17); }

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