#7B3C1A

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

Shades of Peru Tan #7B3C1A

Tints of Peru Tan #7B3C1A

Color information

#7B3C1A (or 0x7B3C1A) is unknown color: approx Peru Tan. HEX triplet: 7B, 3C and 1A. RGB value is (123,60,26). Sum of RGB (Red+Green+Blue) = 123+60+26=209 (27% of max value = 765). Red value is 123 (48.44% from 255 or 58.85% from 209); Green value is 60 (23.83% from 255 or 28.71% from 209); Blue value is 26 (10.55% from 255 or 12.44% from 209); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3C1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3C1A is #84C3E5. Grayscale: #4B4B4B. Windows color (decimal): -8700902 or 1719419. OLE color: 1719419.

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

Color convert

RGB1236026-
CMYK00.510.790.52
HSL21.03º65.1%29.22%-
HSV(B)21.03º78.86%48.24%-
XYZ9.977.521.9-
YUV74.96100.37162.26-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 58.85%
GREEN value IS 60 (23.83% from 255) = 28.71%
BLUE value IS 26 (10.55% from 255) = 12.44%
R=58.85%
G=28.71%
B=12.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.79
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123602600.510.790.5221.0365.129.22
Hex7B3C1A0334F3415411d
Octal1737432063117642510135
Binary1111011111100110100110011100111111010010101100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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