#792C0E

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

Shades of Peru Tan #792C0E

Tints of Peru Tan #792C0E

Color information

#792C0E (or 0x792C0E) is unknown color: approx Peru Tan. HEX triplet: 79, 2C and 0E. RGB value is (121,44,14). Sum of RGB (Red+Green+Blue) = 121+44+14=179 (23% of max value = 765). Red value is 121 (47.66% from 255 or 67.60% from 179); Green value is 44 (17.58% from 255 or 24.58% from 179); Blue value is 14 (5.86% from 255 or 7.82% from 179); Max value from RGB is 121 - color contains mainly: red. Hex color #792C0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792C0E is #86D3F1. Grayscale: #3F3F3F. Windows color (decimal): -8836082 or 928889. OLE color: 928889.

HSL color Cylindrical-coordinate representation of color #792C0E: hue angle of 16.82º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #792C0E is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB1214414-
CMYK00.640.880.53
HSL16.82º79.26%26.47%-
HSV(B)16.82º88.43%47.45%-
XYZ8.875.91.09-
YUV63.6100.01168.94-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 67.60%
GREEN value IS 44 (17.58% from 255) = 24.58%
BLUE value IS 14 (5.86% from 255) = 7.82%
R=67.60%
G=24.58%
B=7.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121441400.640.880.5316.8279.2626.47
Hex792CE0405835114f1a
Octal17154160100130652111732
Binary1111001101100111001000000101100011010110001100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792C0E; }

 p { color: rgb(121,44,14); }

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

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

 a { background-color: rgb(121,44,14); }

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

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

 span { border-color: rgb(121,44,14); }

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