#7B2C05

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

Shades of Peru Tan #7B2C05

Tints of Peru Tan #7B2C05

Color information

#7B2C05 (or 0x7B2C05) is unknown color: approx Peru Tan. HEX triplet: 7B, 2C and 05. RGB value is (123,44,5). Sum of RGB (Red+Green+Blue) = 123+44+5=172 (22% of max value = 765). Red value is 123 (48.44% from 255 or 71.51% from 172); Green value is 44 (17.58% from 255 or 25.58% from 172); Blue value is 5 (2.34% from 255 or 2.91% from 172); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2C05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B2C05 is #84D3FA. Grayscale: #3F3F3F. Windows color (decimal): -8705019 or 339067. OLE color: 339067.

HSL color Cylindrical-coordinate representation of color #7B2C05: hue angle of 19.83º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7B2C05 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.52.

Color convert

RGB123445-
CMYK00.640.960.52
HSL19.83º92.19%25.1%-
HSV(B)19.83º95.93%48.24%-
XYZ9.16.020.83-
YUV63.1895.17170.67-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 71.51%
GREEN value IS 44 (17.58% from 255) = 25.58%
BLUE value IS 5 (2.34% from 255) = 2.91%
R=71.51%
G=25.58%
B=2.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.96
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12344500.640.960.5219.8392.1925.1
Hex7B2C50406034145c19
Octal1735450100140642413431
Binary111101110110010101000000110000011010010100101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B2C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,44,5); }

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

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

 a { background-color: rgb(123,44,5); }

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

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

 span { border-color: rgb(123,44,5); }

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