#783C11

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

Shades of Peru Tan #783C11

Tints of Peru Tan #783C11

Color information

#783C11 (or 0x783C11) is unknown color: approx Peru Tan. HEX triplet: 78, 3C and 11. RGB value is (120,60,17). Sum of RGB (Red+Green+Blue) = 120+60+17=197 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60.91% from 197); Green value is 60 (23.83% from 255 or 30.46% from 197); Blue value is 17 (7.03% from 255 or 8.63% from 197); Max value from RGB is 120 - color contains mainly: red. Hex color #783C11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #783C11 is #87C3EE. Grayscale: #494949. Windows color (decimal): -8897519 or 1129592. OLE color: 1129592.

HSL color Cylindrical-coordinate representation of color #783C11: hue angle of 25.05º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #783C11 is Cyan = 0, Magento = 0.5, Yellow = 0.86 and Black (K on CMYK) = 0.53.

Color convert

RGB1206017-
CMYK00.50.860.53
HSL25.05º75.18%26.86%-
HSV(B)25.05º85.83%47.06%-
XYZ9.467.271.43-
YUV73.0496.38161.5-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 60.91%
GREEN value IS 60 (23.83% from 255) = 30.46%
BLUE value IS 17 (7.03% from 255) = 8.63%
R=60.91%
G=30.46%
B=8.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.86
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120601700.50.860.5325.0575.1826.86
Hex783C110325635194b1b
Octal1707421062126653111333
Binary1111000111100100010110010101011011010111001100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783C11; }

 p { color: rgb(120,60,17); }

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

<style>
 a { background-color: #783C11; }

 a { background-color: rgb(120,60,17); }

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

<style>
 span { border-color: #783C11; }

 span { border-color: rgb(120,60,17); }

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