#7B411F

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

Shades of Peru Tan #7B411F

Tints of Peru Tan #7B411F

Color information

#7B411F (or 0x7B411F) is unknown color: approx Peru Tan. HEX triplet: 7B, 41 and 1F. RGB value is (123,65,31). Sum of RGB (Red+Green+Blue) = 123+65+31=219 (29% of max value = 765). Red value is 123 (48.44% from 255 or 56.16% from 219); Green value is 65 (25.78% from 255 or 29.68% from 219); Blue value is 31 (12.5% from 255 or 14.16% from 219); Max value from RGB is 123 - color contains mainly: red. Hex color #7B411F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B411F is #84BEE0. Grayscale: #4E4E4E. Windows color (decimal): -8699617 or 2048379. OLE color: 2048379.

HSL color Cylindrical-coordinate representation of color #7B411F: hue angle of 22.17º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7B411F is Cyan = 0, Magento = 0.47, Yellow = 0.75 and Black (K on CMYK) = 0.52.

Color convert

RGB1236531-
CMYK00.470.750.52
HSL22.17º59.74%30.2%-
HSV(B)22.17º74.8%48.24%-
XYZ10.318.092.31-
YUV78.47101.22159.76-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 56.16%
GREEN value IS 65 (25.78% from 255) = 29.68%
BLUE value IS 31 (12.5% from 255) = 14.16%
R=56.16%
G=29.68%
B=14.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.75
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123653100.470.750.5222.1759.7430.2
Hex7B411F02F4B34163c1e
Octal1731013705711364267436
Binary1111011100000111111010111110010111101001011011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B411F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,65,31); }

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

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

 a { background-color: rgb(123,65,31); }

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

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

 span { border-color: rgb(123,65,31); }

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