Html Css Color HEX #823616 Peru Tan

📋 copy color: '#823616'

red 130 ◦ green 54 ◦ blue 22

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

Shades of Peru Tan #823616

Tints of Peru Tan #823616

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.21%

 BLUE value IS 22 (8.98% from 255) = 10.68%

R = 63.11%
G = 26.21%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.83

 K value IS 0.49

RGB Variations

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

Color information

#823616 (or 0x823616) is known color: Peru Tan. HEX triplet: 82, 36 and 16. RGB value is (130,54,22). Sum of RGB (Red+Green+Blue) = 130+54+22=206 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.11% from 206); Green value is 54 (21.48% from 255 or 26.21% from 206); Blue value is 22 (8.98% from 255 or 10.68% from 206); Max value from RGB is 130 - color contains mainly: red. Hex color #823616 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823616 is #7DC9E9. Grayscale: #494949. Windows color (decimal): -8243690 or 1455746. OLE color: 1455746.

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

Color convert

RGB 130 54 22 -
CMYK 0 0.58 0.83 0.49
HSL 17.78º 0.71% 0.3% -
HSV(B) 17.78º 0.83% 0.51% -
XYZ 10.67 7.44 1.63 -
YUV 73.08 99.18 168.6 -
System Red Green Blue C M Y K H S L
Decimal 130 54 22 0 0.58 0.83 0.49 17.78 0.71 0.3
Hex 82 36 16 0 3A 53 31 12 47 1E
Octal 202 66 26 0 72 123 61 22 107 36
Binary 10000010 110110 10110 0 111010 1010011 110001 10010 1000111 11110

Color Harmonies of #823616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823616

Black with #823616

Text Example


Text Example

White with #823616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823616; }

 p { color: rgb(130,54,22); }

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

background-color css

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

 a { background-color: rgb(130,54,22); }

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

border-color css

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

 span { border-color: rgb(130,54,22); }

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