#7B391A

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

Shades of Peru Tan #7B391A

Tints of Peru Tan #7B391A

Color information

#7B391A (or 0x7B391A) is unknown color: approx Peru Tan. HEX triplet: 7B, 39 and 1A. RGB value is (123,57,26). Sum of RGB (Red+Green+Blue) = 123+57+26=206 (27% of max value = 765). Red value is 123 (48.44% from 255 or 59.71% from 206); Green value is 57 (22.66% from 255 or 27.67% from 206); Blue value is 26 (10.55% from 255 or 12.62% from 206); Max value from RGB is 123 - color contains mainly: red. Hex color #7B391A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B391A is #84C6E5. Grayscale: #494949. Windows color (decimal): -8701670 or 1718651. OLE color: 1718651.

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

Color convert

RGB1235726-
CMYK00.540.790.52
HSL19.18º65.1%29.22%-
HSV(B)19.18º78.86%48.24%-
XYZ9.827.211.85-
YUV73.2101.37163.52-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 59.71%
GREEN value IS 57 (22.66% from 255) = 27.67%
BLUE value IS 26 (10.55% from 255) = 12.62%
R=59.71%
G=27.67%
B=12.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.79
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123572600.540.790.5219.1865.129.22
Hex7B391A0364F3413411d
Octal1737132066117642310135
Binary1111011111001110100110110100111111010010011100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B391A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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