#7B3215

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

Shades of Peru Tan #7B3215

Tints of Peru Tan #7B3215

Color information

#7B3215 (or 0x7B3215) is unknown color: approx Peru Tan. HEX triplet: 7B, 32 and 15. RGB value is (123,50,21). Sum of RGB (Red+Green+Blue) = 123+50+21=194 (25% of max value = 765). Red value is 123 (48.44% from 255 or 63.40% from 194); Green value is 50 (19.92% from 255 or 25.77% from 194); Blue value is 21 (8.59% from 255 or 10.82% from 194); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B3215 is #84CDEA. Grayscale: #444444. Windows color (decimal): -8703467 or 1389179. OLE color: 1389179.

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

Color convert

RGB1235021-
CMYK00.590.830.52
HSL17.06º70.83%28.24%-
HSV(B)17.06º82.93%48.24%-
XYZ9.446.551.48-
YUV68.52101.18166.86-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 63.40%
GREEN value IS 50 (19.92% from 255) = 25.77%
BLUE value IS 21 (8.59% from 255) = 10.82%
R=63.40%
G=25.77%
B=10.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.83
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123502100.590.830.5217.0670.8328.24
Hex7B321503B533411471c
Octal1736225073123642110734
Binary1111011110010101010111011101001111010010001100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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