#783A10

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

Shades of Peru Tan #783A10

Tints of Peru Tan #783A10

Color information

#783A10 (or 0x783A10) is unknown color: approx Peru Tan. HEX triplet: 78, 3A and 10. RGB value is (120,58,16). Sum of RGB (Red+Green+Blue) = 120+58+16=194 (25% of max value = 765). Red value is 120 (47.27% from 255 or 61.86% from 194); Green value is 58 (23.05% from 255 or 29.90% from 194); Blue value is 16 (6.64% from 255 or 8.25% from 194); Max value from RGB is 120 - color contains mainly: red. Hex color #783A10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #783A10 is #87C5EF. Grayscale: #474747. Windows color (decimal): -8898032 or 1063544. OLE color: 1063544.

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

Color convert

RGB1205816-
CMYK00.520.870.53
HSL24.23º76.47%26.67%-
HSV(B)24.23º86.67%47.06%-
XYZ9.357.061.36-
YUV71.7596.54162.42-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 61.86%
GREEN value IS 58 (23.05% from 255) = 29.90%
BLUE value IS 16 (6.64% from 255) = 8.25%
R=61.86%
G=29.90%
B=8.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120581600.520.870.5324.2376.4726.67
Hex783A100345735184c1b
Octal1707220064127653011433
Binary1111000111010100000110100101011111010111000100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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