#7F3313

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

Shades of Peru Tan #7F3313

Tints of Peru Tan #7F3313

Color information

#7F3313 (or 0x7F3313) is unknown color: approx Peru Tan. HEX triplet: 7F, 33 and 13. RGB value is (127,51,19). Sum of RGB (Red+Green+Blue) = 127+51+19=197 (26% of max value = 765). Red value is 127 (50% from 255 or 64.47% from 197); Green value is 51 (20.31% from 255 or 25.89% from 197); Blue value is 19 (7.81% from 255 or 9.64% from 197); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3313 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F3313 is #80CCEC. Grayscale: #464646. Windows color (decimal): -8441069 or 1258367. OLE color: 1258367.

HSL color Cylindrical-coordinate representation of color #7F3313: hue angle of 17.78º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7F3313 is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.50.

Color convert

RGB1275119-
CMYK00.600.850.50
HSL17.78º73.97%28.63%-
HSV(B)17.78º85.04%49.8%-
XYZ10.056.931.42-
YUV70.0899.18168.6-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 64.47%
GREEN value IS 51 (20.31% from 255) = 25.89%
BLUE value IS 19 (7.81% from 255) = 9.64%
R=64.47%
G=25.89%
B=9.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.85
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127511900.600.850.5017.7873.9728.63
Hex7F331303C5532124a1d
Octal1776323074125622211235
Binary1111111110011100110111100101010111001010010100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,51,19); }

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

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

 a { background-color: rgb(127,51,19); }

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

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

 span { border-color: rgb(127,51,19); }

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