#782F02

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

Shades of Peru Tan #782F02

Tints of Peru Tan #782F02

Color information

#782F02 (or 0x782F02) is unknown color: approx Peru Tan. HEX triplet: 78, 2F and 02. RGB value is (120,47,2). Sum of RGB (Red+Green+Blue) = 120+47+2=169 (22% of max value = 765). Red value is 120 (47.27% from 255 or 71.01% from 169); Green value is 47 (18.75% from 255 or 27.81% from 169); Blue value is 2 (1.17% from 255 or 1.18% from 169); Max value from RGB is 120 - color contains mainly: red. Hex color #782F02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782F02 is #87D0FD. Grayscale: #3F3F3F. Windows color (decimal): -8900862 or 143224. OLE color: 143224.

HSL color Cylindrical-coordinate representation of color #782F02: hue angle of 22.88º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #782F02 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.53.

Color convert

RGB120472-
CMYK00.610.980.53
HSL22.88º96.72%23.92%-
HSV(B)22.88º98.33%47.06%-
XYZ8.776.030.76-
YUV63.793.18168.16-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 71.01%
GREEN value IS 47 (18.75% from 255) = 27.81%
BLUE value IS 2 (1.17% from 255) = 1.18%
R=71.01%
G=27.81%
B=1.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12047200.610.980.5322.8896.7223.92
Hex782F203D6235176118
Octal170572075142652714130
Binary1111000101111100111101110001011010110111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782F02; }

 p { color: rgb(120,47,2); }

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

<style>
 a { background-color: #782F02; }

 a { background-color: rgb(120,47,2); }

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

<style>
 span { border-color: #782F02; }

 span { border-color: rgb(120,47,2); }

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