#7B3315

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

Shades of Peru Tan #7B3315

Tints of Peru Tan #7B3315

Color information

#7B3315 (or 0x7B3315) is unknown color: approx Peru Tan. HEX triplet: 7B, 33 and 15. RGB value is (123,51,21). Sum of RGB (Red+Green+Blue) = 123+51+21=195 (25% of max value = 765). Red value is 123 (48.44% from 255 or 63.08% from 195); Green value is 51 (20.31% from 255 or 26.15% from 195); Blue value is 21 (8.59% from 255 or 10.77% from 195); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3315 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B3315 is #84CCEA. Grayscale: #454545. Windows color (decimal): -8703211 or 1389435. OLE color: 1389435.

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

Color convert

RGB1235121-
CMYK00.590.830.52
HSL17.65º70.83%28.24%-
HSV(B)17.65º82.93%48.24%-
XYZ9.496.631.49-
YUV69.11100.85166.44-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 63.08%
GREEN value IS 51 (20.31% from 255) = 26.15%
BLUE value IS 21 (8.59% from 255) = 10.77%
R=63.08%
G=26.15%
B=10.77%

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
Decimal123512100.590.830.5217.6570.8328.24
Hex7B331503B533412471c
Octal1736325073123642210734
Binary1111011110011101010111011101001111010010010100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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