#773A10

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

Shades of Peru Tan #773A10

Tints of Peru Tan #773A10

Color information

#773A10 (or 0x773A10) is unknown color: approx Peru Tan. HEX triplet: 77, 3A and 10. RGB value is (119,58,16). Sum of RGB (Red+Green+Blue) = 119+58+16=193 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.66% from 193); Green value is 58 (23.05% from 255 or 30.05% from 193); Blue value is 16 (6.64% from 255 or 8.29% from 193); Max value from RGB is 119 - color contains mainly: red. Hex color #773A10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773A10 is #88C5EF. Grayscale: #474747. Windows color (decimal): -8963568 or 1063543. OLE color: 1063543.

HSL color Cylindrical-coordinate representation of color #773A10: hue angle of 24.47º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #773A10 is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB1195816-
CMYK00.510.870.53
HSL24.47º76.3%26.47%-
HSV(B)24.47º86.55%46.67%-
XYZ9.216.991.35-
YUV71.4596.71161.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 61.66%
GREEN value IS 58 (23.05% from 255) = 30.05%
BLUE value IS 16 (6.64% from 255) = 8.29%
R=61.66%
G=30.05%
B=8.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119581600.510.870.5324.4776.326.47
Hex773A100335735184c1a
Octal1677220063127653011432
Binary1110111111010100000110011101011111010111000100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773A10; }

 p { color: rgb(119,58,16); }

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

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

 a { background-color: rgb(119,58,16); }

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

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

 span { border-color: rgb(119,58,16); }

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