Html Css Color HEX #823515 Peru Tan

📋 copy color: '#823515'

red 130 ◦ green 53 ◦ blue 21

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

Shades of Peru Tan #823515

Tints of Peru Tan #823515

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.98%

 BLUE value IS 21 (8.59% from 255) = 10.29%

R = 63.73%
G = 25.98%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#823515 (or 0x823515) is known color: Peru Tan. HEX triplet: 82, 35 and 15. RGB value is (130,53,21). Sum of RGB (Red+Green+Blue) = 130+53+21=204 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.73% from 204); Green value is 53 (21.09% from 255 or 25.98% from 204); Blue value is 21 (8.59% from 255 or 10.29% from 204); Max value from RGB is 130 - color contains mainly: red. Hex color #823515 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823515 is #7DCAEA. Grayscale: #484848. Windows color (decimal): -8243947 or 1389954. OLE color: 1389954.

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

Color convert

RGB 130 53 21 -
CMYK 0 0.59 0.84 0.49
HSL 17.61º 0.72% 0.3% -
HSV(B) 17.61º 0.84% 0.51% -
XYZ 10.61 7.35 1.57 -
YUV 72.38 99.01 169.1 -
System Red Green Blue C M Y K H S L
Decimal 130 53 21 0 0.59 0.84 0.49 17.61 0.72 0.3
Hex 82 35 15 0 3B 54 31 12 48 1E
Octal 202 65 25 0 73 124 61 22 110 36
Binary 10000010 110101 10101 0 111011 1010100 110001 10010 1001000 11110

Color Harmonies of #823515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823515

Black with #823515

Text Example


Text Example

White with #823515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823515; }

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

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

background-color css

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

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

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

border-color css

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

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

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