#782B02

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

Shades of Peru Tan #782B02

Tints of Peru Tan #782B02

Color information

#782B02 (or 0x782B02) is unknown color: approx Peru Tan. HEX triplet: 78, 2B and 02. RGB value is (120,43,2). Sum of RGB (Red+Green+Blue) = 120+43+2=165 (21% of max value = 765). Red value is 120 (47.27% from 255 or 72.73% from 165); Green value is 43 (17.19% from 255 or 26.06% from 165); Blue value is 2 (1.17% from 255 or 1.21% from 165); Max value from RGB is 120 - color contains mainly: red. Hex color #782B02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782B02 is #87D4FD. Grayscale: #3D3D3D. Windows color (decimal): -8901886 or 142200. OLE color: 142200.

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

Color convert

RGB120432-
CMYK00.640.980.53
HSL20.85º96.72%23.92%-
HSV(B)20.85º98.33%47.06%-
XYZ8.625.730.71-
YUV61.3594.51169.83-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 72.73%
GREEN value IS 43 (17.19% from 255) = 26.06%
BLUE value IS 2 (1.17% from 255) = 1.21%
R=72.73%
G=26.06%
B=1.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12043200.640.980.5320.8596.7223.92
Hex782B20406235156118
Octal1705320100142652514130
Binary11110001010111001000000110001011010110101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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