#792C0C

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

Shades of Peru Tan #792C0C

Tints of Peru Tan #792C0C

Color information

#792C0C (or 0x792C0C) is unknown color: approx Peru Tan. HEX triplet: 79, 2C and 0C. RGB value is (121,44,12). Sum of RGB (Red+Green+Blue) = 121+44+12=177 (23% of max value = 765). Red value is 121 (47.66% from 255 or 68.36% from 177); Green value is 44 (17.58% from 255 or 24.86% from 177); Blue value is 12 (5.08% from 255 or 6.78% from 177); Max value from RGB is 121 - color contains mainly: red. Hex color #792C0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792C0C is #86D3F3. Grayscale: #3F3F3F. Windows color (decimal): -8836084 or 797817. OLE color: 797817.

HSL color Cylindrical-coordinate representation of color #792C0C: hue angle of 17.61º 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 #792C0C is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB1214412-
CMYK00.640.900.53
HSL17.61º81.95%26.08%-
HSV(B)17.61º90.08%47.45%-
XYZ8.855.891.02-
YUV63.3899.01169.1-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 68.36%
GREEN value IS 44 (17.58% from 255) = 24.86%
BLUE value IS 12 (5.08% from 255) = 6.78%
R=68.36%
G=24.86%
B=6.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121441200.640.900.5317.6181.9526.08
Hex792CC0405A3512521a
Octal17154140100132652212232
Binary1111001101100110001000000101101011010110010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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