Html Css Color HEX #823A1D Peru Tan

📋 copy color: '#823A1D'

red 130 ◦ green 58 ◦ blue 29

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

Shades of Peru Tan #823A1D

Tints of Peru Tan #823A1D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 26.73%

 BLUE value IS 29 (11.72% from 255) = 13.36%

R = 59.91%
G = 26.73%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#823A1D (or 0x823A1D) is known color: Peru Tan. HEX triplet: 82, 3A and 1D. RGB value is (130,58,29). Sum of RGB (Red+Green+Blue) = 130+58+29=217 (28% of max value = 765). Red value is 130 (51.17% from 255 or 59.91% from 217); Green value is 58 (23.05% from 255 or 26.73% from 217); Blue value is 29 (11.72% from 255 or 13.36% from 217); Max value from RGB is 130 - color contains mainly: red. Hex color #823A1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823A1D is #7DC5E2. Grayscale: #4C4C4C. Windows color (decimal): -8242659 or 1915522. OLE color: 1915522.

HSL color Cylindrical-coordinate representation of color #823A1D: hue angle of 17.23º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #823A1D is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 58 29 -
CMYK 0 0.55 0.78 0.49
HSL 17.23º 0.64% 0.31% -
HSV(B) 17.23º 0.78% 0.51% -
XYZ 10.94 7.86 2.1 -
YUV 76.22 101.35 166.36 -
System Red Green Blue C M Y K H S L
Decimal 130 58 29 0 0.55 0.78 0.49 17.23 0.64 0.31
Hex 82 3A 1D 0 37 4E 31 11 40 1F
Octal 202 72 35 0 67 116 61 21 100 37
Binary 10000010 111010 11101 0 110111 1001110 110001 10001 1000000 11111

Color Harmonies of #823A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823A1D

Black with #823A1D

Text Example


Text Example

White with #823A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823A1D; }

 p { color: rgb(130,58,29); }

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

background-color css

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

 a { background-color: rgb(130,58,29); }

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

border-color css

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

 span { border-color: rgb(130,58,29); }

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