#7B371F

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

Shades of Peru Tan #7B371F

Tints of Peru Tan #7B371F

Color information

#7B371F (or 0x7B371F) is unknown color: approx Peru Tan. HEX triplet: 7B, 37 and 1F. RGB value is (123,55,31). Sum of RGB (Red+Green+Blue) = 123+55+31=209 (27% of max value = 765). Red value is 123 (48.44% from 255 or 58.85% from 209); Green value is 55 (21.88% from 255 or 26.32% from 209); Blue value is 31 (12.5% from 255 or 14.83% from 209); Max value from RGB is 123 - color contains mainly: red. Hex color #7B371F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B371F is #84C8E0. Grayscale: #484848. Windows color (decimal): -8702177 or 2045819. OLE color: 2045819.

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

Color convert

RGB1235531-
CMYK00.550.750.52
HSL15.65º59.74%30.2%-
HSV(B)15.65º74.8%48.24%-
XYZ9.787.042.14-
YUV72.6104.53163.95-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 58.85%
GREEN value IS 55 (21.88% from 255) = 26.32%
BLUE value IS 31 (12.5% from 255) = 14.83%
R=58.85%
G=26.32%
B=14.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.75
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123553100.550.750.5215.6559.7430.2
Hex7B371F0374B34103c1e
Octal173673706711364207436
Binary111101111011111111011011110010111101001000011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B371F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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