#7B2B11

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

Shades of Peru Tan #7B2B11

Tints of Peru Tan #7B2B11

Color information

#7B2B11 (or 0x7B2B11) is unknown color: approx Peru Tan. HEX triplet: 7B, 2B and 11. RGB value is (123,43,17). Sum of RGB (Red+Green+Blue) = 123+43+17=183 (24% of max value = 765). Red value is 123 (48.44% from 255 or 67.21% from 183); Green value is 43 (17.19% from 255 or 23.50% from 183); Blue value is 17 (7.03% from 255 or 9.29% from 183); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2B11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B2B11 is #84D4EE. Grayscale: #404040. Windows color (decimal): -8705263 or 1125243. OLE color: 1125243.

HSL color Cylindrical-coordinate representation of color #7B2B11: hue angle of 14.72º 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 #7B2B11 is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.52.

Color convert

RGB1234317-
CMYK00.650.860.52
HSL14.72º75.71%27.45%-
HSV(B)14.72º86.18%48.24%-
XYZ9.135.981.2-
YUV63.96101.5170.11-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 67.21%
GREEN value IS 43 (17.19% from 255) = 23.50%
BLUE value IS 17 (7.03% from 255) = 9.29%
R=67.21%
G=23.50%
B=9.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.86
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123431700.650.860.5214.7275.7127.45
Hex7B2B110415634f4c1b
Octal17353210101126641711433
Binary1111011101011100010100000110101101101001111100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B2B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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