#7B2E05

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

Shades of Peru Tan #7B2E05

Tints of Peru Tan #7B2E05

Color information

#7B2E05 (or 0x7B2E05) is unknown color: approx Peru Tan. HEX triplet: 7B, 2E and 05. RGB value is (123,46,5). Sum of RGB (Red+Green+Blue) = 123+46+5=174 (23% of max value = 765). Red value is 123 (48.44% from 255 or 70.69% from 174); Green value is 46 (18.36% from 255 or 26.44% from 174); Blue value is 5 (2.34% from 255 or 2.87% from 174); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2E05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B2E05 is #84D1FA. Grayscale: #404040. Windows color (decimal): -8704507 or 339579. OLE color: 339579.

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

Color convert

RGB123465-
CMYK00.630.960.52
HSL20.85º92.19%25.1%-
HSV(B)20.85º95.93%48.24%-
XYZ9.176.180.85-
YUV64.3594.51169.83-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 70.69%
GREEN value IS 46 (18.36% from 255) = 26.44%
BLUE value IS 5 (2.34% from 255) = 2.87%
R=70.69%
G=26.44%
B=2.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.96
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12346500.630.960.5220.8592.1925.1
Hex7B2E503F6034155c19
Octal173565077140642513431
Binary11110111011101010111111110000011010010101101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B2E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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