#782A08

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

Shades of Peru Tan #782A08

Tints of Peru Tan #782A08

Color information

#782A08 (or 0x782A08) is unknown color: approx Peru Tan. HEX triplet: 78, 2A and 08. RGB value is (120,42,8). Sum of RGB (Red+Green+Blue) = 120+42+8=170 (22% of max value = 765). Red value is 120 (47.27% from 255 or 70.59% from 170); Green value is 42 (16.80% from 255 or 24.71% from 170); Blue value is 8 (3.52% from 255 or 4.71% from 170); Max value from RGB is 120 - color contains mainly: red. Hex color #782A08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782A08 is #87D5F7. Grayscale: #3D3D3D. Windows color (decimal): -8902136 or 535160. OLE color: 535160.

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

Color convert

RGB120428-
CMYK00.650.930.53
HSL18.21º87.5%25.1%-
HSV(B)18.21º93.33%47.06%-
XYZ8.625.670.87-
YUV61.4597.84169.76-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 70.59%
GREEN value IS 42 (16.80% from 255) = 24.71%
BLUE value IS 8 (3.52% from 255) = 4.71%
R=70.59%
G=24.71%
B=4.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12042800.650.930.5318.2187.525.1
Hex782A80415D35125819
Octal17052100101135652213031
Binary1111000101010100001000001101110111010110010101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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