#79300C

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

Shades of Peru Tan #79300C

Tints of Peru Tan #79300C

Color information

#79300C (or 0x79300C) is unknown color: approx Peru Tan. HEX triplet: 79, 30 and 0C. RGB value is (121,48,12). Sum of RGB (Red+Green+Blue) = 121+48+12=181 (23% of max value = 765). Red value is 121 (47.66% from 255 or 66.85% from 181); Green value is 48 (19.14% from 255 or 26.52% from 181); Blue value is 12 (5.08% from 255 or 6.63% from 181); Max value from RGB is 121 - color contains mainly: red. Hex color #79300C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #79300C is #86CFF3. Grayscale: #414141. Windows color (decimal): -8835060 or 798841. OLE color: 798841.

HSL color Cylindrical-coordinate representation of color #79300C: hue angle of 19.82º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #79300C is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB1214812-
CMYK00.600.900.53
HSL19.82º81.95%26.08%-
HSV(B)19.82º90.08%47.45%-
XYZ9.016.211.07-
YUV65.7297.68167.43-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 66.85%
GREEN value IS 48 (19.14% from 255) = 26.52%
BLUE value IS 12 (5.08% from 255) = 6.63%
R=66.85%
G=26.52%
B=6.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121481200.600.900.5319.8281.9526.08
Hex7930C03C5A3514521a
Octal1716014074132652412232
Binary111100111000011000111100101101011010110100101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79300C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79300C; }

 p { color: rgb(121,48,12); }

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

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

 a { background-color: rgb(121,48,12); }

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

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

 span { border-color: rgb(121,48,12); }

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