#7B320A

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

Shades of Peru Tan #7B320A

Tints of Peru Tan #7B320A

Color information

#7B320A (or 0x7B320A) is unknown color: approx Peru Tan. HEX triplet: 7B, 32 and 0A. RGB value is (123,50,10). Sum of RGB (Red+Green+Blue) = 123+50+10=183 (24% of max value = 765). Red value is 123 (48.44% from 255 or 67.21% from 183); Green value is 50 (19.92% from 255 or 27.32% from 183); Blue value is 10 (4.30% from 255 or 5.46% from 183); Max value from RGB is 123 - color contains mainly: red. Hex color #7B320A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B320A is #84CDF5. Grayscale: #434343. Windows color (decimal): -8703478 or 668283. OLE color: 668283.

HSL color Cylindrical-coordinate representation of color #7B320A: hue angle of 21.24º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7B320A is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.52.

Color convert

RGB1235010-
CMYK00.590.920.52
HSL21.24º84.96%26.08%-
HSV(B)21.24º91.87%48.24%-
XYZ9.366.511.05-
YUV67.2795.68167.75-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 67.21%
GREEN value IS 50 (19.92% from 255) = 27.32%
BLUE value IS 10 (4.30% from 255) = 5.46%
R=67.21%
G=27.32%
B=5.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.92
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123501000.590.920.5221.2484.9626.08
Hex7B32A03B5C3415551a
Octal1736212073134642512532
Binary111101111001010100111011101110011010010101101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B320A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,50,10); }

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

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

 a { background-color: rgb(123,50,10); }

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

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

 span { border-color: rgb(123,50,10); }

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