Html Css Color HEX #823514 Peru Tan

📋 copy color: '#823514'

red 130 ◦ green 53 ◦ blue 20

#823514
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Peru Tan #823514

Tints of Peru Tan #823514

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.2% from 255) = 9.85%

R = 64.04%
G = 26.11%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#823514 (or 0x823514) is known color: 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

RGB 130 53 20 -
CMYK 0 0.59 0.85 0.49
HSL 18º 0.73% 0.29% -
HSV(B) 18º 0.85% 0.51% -
XYZ 10.61 7.34 1.52 -
YUV 72.26 98.51 169.18 -
System Red Green Blue C M Y K H S L
Decimal 130 53 20 0 0.59 0.85 0.49 18 0.73 0.29
Hex 82 35 14 0 3B 55 31 12 49 1D
Octal 202 65 24 0 73 125 61 22 111 35
Binary 10000010 110101 10100 0 111011 1010101 110001 10010 1001001 11101

Color Harmonies of #823514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823514

Black with #823514

Text Example


Text Example

White with #823514

Text Example


Text Example

HTML Codes & Css Web 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>