#783A0E

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

Shades of Peru Tan #783A0E

Tints of Peru Tan #783A0E

Color information

#783A0E (or 0x783A0E) is unknown color: approx Peru Tan. HEX triplet: 78, 3A and 0E. RGB value is (120,58,14). Sum of RGB (Red+Green+Blue) = 120+58+14=192 (25% of max value = 765). Red value is 120 (47.27% from 255 or 62.5% from 192); Green value is 58 (23.05% from 255 or 30.21% from 192); Blue value is 14 (5.86% from 255 or 7.29% from 192); Max value from RGB is 120 - color contains mainly: red. Hex color #783A0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #783A0E is #87C5F1. Grayscale: #474747. Windows color (decimal): -8898034 or 932472. OLE color: 932472.

HSL color Cylindrical-coordinate representation of color #783A0E: hue angle of 24.91º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #783A0E is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB1205814-
CMYK00.520.880.53
HSL24.91º79.1%26.27%-
HSV(B)24.91º88.33%47.06%-
XYZ9.347.051.28-
YUV71.5295.54162.58-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 62.5%
GREEN value IS 58 (23.05% from 255) = 30.21%
BLUE value IS 14 (5.86% from 255) = 7.29%
R=62.5%
G=30.21%
B=7.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120581400.520.880.5324.9179.126.27
Hex783AE0345835194f1a
Octal1707216064130653111732
Binary111100011101011100110100101100011010111001100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,58,14); }

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

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

 a { background-color: rgb(120,58,14); }

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

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

 span { border-color: rgb(120,58,14); }

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