#782E08

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

Shades of Peru Tan #782E08

Tints of Peru Tan #782E08

Color information

#782E08 (or 0x782E08) is unknown color: approx Peru Tan. HEX triplet: 78, 2E and 08. RGB value is (120,46,8). Sum of RGB (Red+Green+Blue) = 120+46+8=174 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.97% from 174); Green value is 46 (18.36% from 255 or 26.44% from 174); Blue value is 8 (3.52% from 255 or 4.60% from 174); Max value from RGB is 120 - color contains mainly: red. Hex color #782E08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782E08 is #87D1F7. Grayscale: #404040. Windows color (decimal): -8901112 or 536184. OLE color: 536184.

HSL color Cylindrical-coordinate representation of color #782E08: hue angle of 20.36º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #782E08 is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.53.

Color convert

RGB120468-
CMYK00.620.930.53
HSL20.36º87.5%25.1%-
HSV(B)20.36º93.33%47.06%-
XYZ8.775.960.92-
YUV63.7996.52168.09-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 68.97%
GREEN value IS 46 (18.36% from 255) = 26.44%
BLUE value IS 8 (3.52% from 255) = 4.60%
R=68.97%
G=26.44%
B=4.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12046800.620.930.5320.3687.525.1
Hex782E803E5D35145819
Octal1705610076135652413031
Binary111100010111010000111110101110111010110100101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,46,8); }

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

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

 a { background-color: rgb(120,46,8); }

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

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

 span { border-color: rgb(120,46,8); }

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