#7C2902

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

Shades of Peru Tan #7C2902

Tints of Peru Tan #7C2902

Color information

#7C2902 (or 0x7C2902) is unknown color: approx Peru Tan. HEX triplet: 7C, 29 and 02. RGB value is (124,41,2). Sum of RGB (Red+Green+Blue) = 124+41+2=167 (22% of max value = 765). Red value is 124 (48.83% from 255 or 74.25% from 167); Green value is 41 (16.41% from 255 or 24.55% from 167); Blue value is 2 (1.17% from 255 or 1.20% from 167); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2902 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C2902 is #83D6FD. Grayscale: #3D3D3D. Windows color (decimal): -8640254 or 141692. OLE color: 141692.

HSL color Cylindrical-coordinate representation of color #7C2902: hue angle of 19.18º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7C2902 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.51.

Color convert

RGB124412-
CMYK00.670.980.51
HSL19.18º96.83%24.71%-
HSV(B)19.18º98.39%48.63%-
XYZ9.125.880.71-
YUV61.3794.5172.67-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 74.25%
GREEN value IS 41 (16.41% from 255) = 24.55%
BLUE value IS 2 (1.17% from 255) = 1.20%
R=74.25%
G=24.55%
B=1.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.98
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12441200.670.980.5119.1896.8324.71
Hex7C2920436233136119
Octal1745120103142632314131
Binary11111001010011001000011110001011001110011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C2902; }

 p { color: rgb(124,41,2); }

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

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

 a { background-color: rgb(124,41,2); }

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

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

 span { border-color: rgb(124,41,2); }

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