#782F00

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

Shades of Peru Tan #782F00

Tints of Peru Tan #782F00

Color information

#782F00 (or 0x782F00) is unknown color: approx Peru Tan. HEX triplet: 78, 2F and 00. RGB value is (120,47,0). Sum of RGB (Red+Green+Blue) = 120+47+0=167 (22% of max value = 765). Red value is 120 (47.27% from 255 or 71.86% from 167); Green value is 47 (18.75% from 255 or 28.14% from 167); Blue value is 0 (0.39% from 255 or 0% from 167); Max value from RGB is 120 - color contains mainly: red. Hex color #782F00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782F00 is #87D0FF. Grayscale: #3F3F3F. Windows color (decimal): -8900864 or 12152. OLE color: 12152.

HSL color Cylindrical-coordinate representation of color #782F00: hue angle of 23.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 #782F00 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB120470-
CMYK00.6110.53
HSL23.5º100%23.53%-
HSV(B)23.5º100%47.06%-
XYZ8.766.030.7-
YUV63.4792.18168.32-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 71.86%
GREEN value IS 47 (18.75% from 255) = 28.14%
BLUE value IS 0 (0.39% from 255) = 0%
R=71.86%
G=28.14%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 1
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12047000.6110.5323.510023.53
Hex782F003D6435186418
Octal170570075144653014430
Binary111100010111100111101110010011010111000110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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