#7B381A

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

Shades of Peru Tan #7B381A

Tints of Peru Tan #7B381A

Color information

#7B381A (or 0x7B381A) is unknown color: approx Peru Tan. HEX triplet: 7B, 38 and 1A. RGB value is (123,56,26). Sum of RGB (Red+Green+Blue) = 123+56+26=205 (27% of max value = 765). Red value is 123 (48.44% from 255 or 60% from 205); Green value is 56 (22.27% from 255 or 27.32% from 205); Blue value is 26 (10.55% from 255 or 12.68% from 205); Max value from RGB is 123 - color contains mainly: red. Hex color #7B381A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B381A is #84C7E5. Grayscale: #484848. Windows color (decimal): -8701926 or 1718395. OLE color: 1718395.

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

Color convert

RGB1235626-
CMYK00.540.790.52
HSL18.56º65.1%29.22%-
HSV(B)18.56º78.86%48.24%-
XYZ9.777.111.84-
YUV72.61101.7163.94-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 60%
GREEN value IS 56 (22.27% from 255) = 27.32%
BLUE value IS 26 (10.55% from 255) = 12.68%
R=60%
G=27.32%
B=12.68%

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
Decimal123562600.540.790.5218.5665.129.22
Hex7B381A0364F3413411d
Octal1737032066117642310135
Binary1111011111000110100110110100111111010010011100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B381A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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