#823514

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

Shades of Peru Tan #823514

Tints of Peru Tan #823514

Color information

#823514 (or 0x823514) is unknown color: approx Peru Tan. HEX triplet: 82, 35 and 14. RGB value is (130,53,20). Sum of RGB (Red+Green+Blue) = 130+53+20=203 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.04% from 203); Green value is 53 (21.09% from 255 or 26.11% from 203); Blue value is 20 (8.20% from 255 or 9.85% from 203); Max value from RGB is 130 - color contains mainly: red. Hex color #823514 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823514 is #7DCAEB. Grayscale: #484848. Windows color (decimal): -8243948 or 1324418. OLE color: 1324418.

HSL color Cylindrical-coordinate representation of color #823514: hue angle of 18º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #823514 is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB1305320-
CMYK00.590.850.49
HSL18º73.33%29.41%-
HSV(B)18º84.62%50.98%-
XYZ10.617.341.52-
YUV72.2698.51169.18-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 64.04%
GREEN value IS 53 (21.09% from 255) = 26.11%
BLUE value IS 20 (8.20% from 255) = 9.85%
R=64.04%
G=26.11%
B=9.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130532000.590.850.491873.3329.41
Hex82351403B553112491d
Octal2026524073125612211135
Binary10000010110101101000111011101010111000110010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823514; }

 p { color: rgb(130,53,20); }

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

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

 a { background-color: rgb(130,53,20); }

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

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

 span { border-color: rgb(130,53,20); }

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