#773815

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

Shades of Peru Tan #773815

Tints of Peru Tan #773815

Color information

#773815 (or 0x773815) is unknown color: approx Peru Tan. HEX triplet: 77, 38 and 15. RGB value is (119,56,21). Sum of RGB (Red+Green+Blue) = 119+56+21=196 (25% of max value = 765). Red value is 119 (46.88% from 255 or 60.71% from 196); Green value is 56 (22.27% from 255 or 28.57% from 196); Blue value is 21 (8.59% from 255 or 10.71% from 196); Max value from RGB is 119 - color contains mainly: red. Hex color #773815 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773815 is #88C7EA. Grayscale: #474747. Windows color (decimal): -8964075 or 1390711. OLE color: 1390711.

HSL color Cylindrical-coordinate representation of color #773815: hue angle of 21.43º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #773815 is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB1195621-
CMYK00.530.820.53
HSL21.43º70%27.45%-
HSV(B)21.43º82.35%46.67%-
XYZ9.166.81.54-
YUV70.8599.87162.35-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 60.71%
GREEN value IS 56 (22.27% from 255) = 28.57%
BLUE value IS 21 (8.59% from 255) = 10.71%
R=60.71%
G=28.57%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119562100.530.820.5321.437027.45
Hex773815035523515461b
Octal1677025065122652510633
Binary1110111111000101010110101101001011010110101100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773815; }

 p { color: rgb(119,56,21); }

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

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

 a { background-color: rgb(119,56,21); }

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

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

 span { border-color: rgb(119,56,21); }

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