#782B00

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

Shades of Peru Tan #782B00

Tints of Peru Tan #782B00

Color information

#782B00 (or 0x782B00) is unknown color: approx Peru Tan. HEX triplet: 78, 2B and 00. RGB value is (120,43,0). Sum of RGB (Red+Green+Blue) = 120+43+0=163 (21% of max value = 765). Red value is 120 (47.27% from 255 or 73.62% from 163); Green value is 43 (17.19% from 255 or 26.38% from 163); Blue value is 0 (0.39% from 255 or 0% from 163); Max value from RGB is 120 - color contains mainly: red. Hex color #782B00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782B00 is #87D4FF. Grayscale: #3D3D3D. Windows color (decimal): -8901888 or 11128. OLE color: 11128.

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

Color convert

RGB120430-
CMYK00.6410.53
HSL21.5º100%23.53%-
HSV(B)21.5º100%47.06%-
XYZ8.615.720.65-
YUV61.1293.51170-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 73.62%
GREEN value IS 43 (17.19% from 255) = 26.38%
BLUE value IS 0 (0.39% from 255) = 0%
R=73.62%
G=26.38%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 1
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12043000.6410.5321.510023.53
Hex782B00406435166418
Octal1705300100144652614430
Binary1111000101011001000000110010011010110110110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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