#7B2D05

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

Shades of Peru Tan #7B2D05

Tints of Peru Tan #7B2D05

Color information

#7B2D05 (or 0x7B2D05) is unknown color: approx Peru Tan. HEX triplet: 7B, 2D and 05. RGB value is (123,45,5). Sum of RGB (Red+Green+Blue) = 123+45+5=173 (22% of max value = 765). Red value is 123 (48.44% from 255 or 71.10% from 173); Green value is 45 (17.97% from 255 or 26.01% from 173); Blue value is 5 (2.34% from 255 or 2.89% from 173); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2D05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B2D05 is #84D2FA. Grayscale: #3F3F3F. Windows color (decimal): -8704763 or 339323. OLE color: 339323.

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

Color convert

RGB123455-
CMYK00.630.960.52
HSL20.34º92.19%25.1%-
HSV(B)20.34º95.93%48.24%-
XYZ9.136.10.84-
YUV63.7694.84170.25-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 71.10%
GREEN value IS 45 (17.97% from 255) = 26.01%
BLUE value IS 5 (2.34% from 255) = 2.89%
R=71.10%
G=26.01%
B=2.89%

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
Decimal12345500.630.960.5220.3492.1925.1
Hex7B2D503F6034145c19
Octal173555077140642413431
Binary11110111011011010111111110000011010010100101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B2D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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