Html Css Color HEX #823414 Peru Tan

📋 copy color: '#823414'

red 130 ◦ green 52 ◦ blue 20

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

Shades of Peru Tan #823414

Tints of Peru Tan #823414

RGB

 RED value IS 130 (51.17% from 255) = 64.36%

 GREEN value IS 52 (20.7% from 255) = 25.74%

 BLUE value IS 20 (8.2% from 255) = 9.9%

R = 64.36%
G = 25.74%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#823414 (or 0x823414) is known color: Peru Tan. HEX triplet: 82, 34 and 14. RGB value is (130,52,20). Sum of RGB (Red+Green+Blue) = 130+52+20=202 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.36% from 202); Green value is 52 (20.70% from 255 or 25.74% from 202); Blue value is 20 (8.20% from 255 or 9.90% from 202); Max value from RGB is 130 - color contains mainly: red. Hex color #823414 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823414 is #7DCBEB. Grayscale: #474747. Windows color (decimal): -8244204 or 1324162. OLE color: 1324162.

HSL color Cylindrical-coordinate representation of color #823414: hue angle of 17.45º 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 #823414 is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 52 20 -
CMYK 0 0.60 0.85 0.49
HSL 17.45º 0.73% 0.29% -
HSV(B) 17.45º 0.85% 0.51% -
XYZ 10.56 7.25 1.51 -
YUV 71.67 98.84 169.6 -
System Red Green Blue C M Y K H S L
Decimal 130 52 20 0 0.60 0.85 0.49 17.45 0.73 0.29
Hex 82 34 14 0 3C 55 31 11 49 1D
Octal 202 64 24 0 74 125 61 21 111 35
Binary 10000010 110100 10100 0 111100 1010101 110001 10001 1001001 11101

Color Harmonies of #823414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823414

Black with #823414

Text Example


Text Example

White with #823414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823414; }

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

 H1.HeaderClassName
 {
   color: #823414;
 }
 .AnyTagClassName
 {
   color: #823414;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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