#7B391E

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

Shades of Peru Tan #7B391E

Tints of Peru Tan #7B391E

Color information

#7B391E (or 0x7B391E) is unknown color: approx Peru Tan. HEX triplet: 7B, 39 and 1E. RGB value is (123,57,30). Sum of RGB (Red+Green+Blue) = 123+57+30=210 (27% of max value = 765). Red value is 123 (48.44% from 255 or 58.57% from 210); Green value is 57 (22.66% from 255 or 27.14% from 210); Blue value is 30 (12.11% from 255 or 14.29% from 210); Max value from RGB is 123 - color contains mainly: red. Hex color #7B391E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B391E is #84C6E1. Grayscale: #494949. Windows color (decimal): -8701666 or 1980795. OLE color: 1980795.

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

Color convert

RGB1235730-
CMYK00.540.760.52
HSL17.42º60.78%30%-
HSV(B)17.42º75.61%48.24%-
XYZ9.877.232.1-
YUV73.66103.37163.2-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 58.57%
GREEN value IS 57 (22.66% from 255) = 27.14%
BLUE value IS 30 (12.11% from 255) = 14.29%
R=58.57%
G=27.14%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.76
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123573000.540.760.5217.4260.7830
Hex7B391E0364C34113d1e
Octal173713606611464217536
Binary111101111100111110011011010011001101001000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B391E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,57,30); }

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

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

 a { background-color: rgb(123,57,30); }

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

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

 span { border-color: rgb(123,57,30); }

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