Html Css Color HEX #823B1F Peru Tan

📋 copy color: '#823B1F'

red 130 ◦ green 59 ◦ blue 31

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

Shades of Peru Tan #823B1F

Tints of Peru Tan #823B1F

RGB

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

 GREEN value IS 59 (23.44% from 255) = 26.82%

 BLUE value IS 31 (12.5% from 255) = 14.09%

R = 59.09%
G = 26.82%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#823B1F (or 0x823B1F) is known color: Peru Tan. HEX triplet: 82, 3B and 1F. RGB value is (130,59,31). Sum of RGB (Red+Green+Blue) = 130+59+31=220 (29% of max value = 765). Red value is 130 (51.17% from 255 or 59.09% from 220); Green value is 59 (23.44% from 255 or 26.82% from 220); Blue value is 31 (12.5% from 255 or 14.09% from 220); Max value from RGB is 130 - color contains mainly: red. Hex color #823B1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823B1F is #7DC4E0. Grayscale: #4D4D4D. Windows color (decimal): -8242401 or 2046850. OLE color: 2046850.

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

Color convert

RGB 130 59 31 -
CMYK 0 0.55 0.76 0.49
HSL 16.97º 0.61% 0.32% -
HSV(B) 16.97º 0.76% 0.51% -
XYZ 11.02 7.97 2.25 -
YUV 77.04 102.02 165.78 -
System Red Green Blue C M Y K H S L
Decimal 130 59 31 0 0.55 0.76 0.49 16.97 0.61 0.32
Hex 82 3B 1F 0 37 4C 31 11 3D 20
Octal 202 73 37 0 67 114 61 21 75 40
Binary 10000010 111011 11111 0 110111 1001100 110001 10001 111101 100000

Color Harmonies of #823B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823B1F

Black with #823B1F

Text Example


Text Example

White with #823B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,59,31); }

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

background-color css

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

 a { background-color: rgb(130,59,31); }

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

border-color css

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

 span { border-color: rgb(130,59,31); }

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