Html Css Color HEX #82391B Peru Tan

📋 copy color: '#82391B'

red 130 ◦ green 57 ◦ blue 27

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

Shades of Peru Tan #82391B

Tints of Peru Tan #82391B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.64%

 BLUE value IS 27 (10.94% from 255) = 12.62%

R = 60.75%
G = 26.64%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.79

 K value IS 0.49

RGB Variations

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

Color information

#82391B (or 0x82391B) is known color: Peru Tan. HEX triplet: 82, 39 and 1B. RGB value is (130,57,27). Sum of RGB (Red+Green+Blue) = 130+57+27=214 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.75% from 214); Green value is 57 (22.66% from 255 or 26.64% from 214); Blue value is 27 (10.94% from 255 or 12.62% from 214); Max value from RGB is 130 - color contains mainly: red. Hex color #82391B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82391B is #7DC6E4. Grayscale: #4B4B4B. Windows color (decimal): -8242917 or 1784194. OLE color: 1784194.

HSL color Cylindrical-coordinate representation of color #82391B: hue angle of 17.48º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #82391B is Cyan = 0, Magento = 0.56, Yellow = 0.79 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 57 27 -
CMYK 0 0.56 0.79 0.49
HSL 17.48º 0.66% 0.31% -
HSV(B) 17.48º 0.79% 0.51% -
XYZ 10.87 7.75 1.96 -
YUV 75.41 100.68 166.94 -
System Red Green Blue C M Y K H S L
Decimal 130 57 27 0 0.56 0.79 0.49 17.48 0.66 0.31
Hex 82 39 1B 0 38 4F 31 11 42 1F
Octal 202 71 33 0 70 117 61 21 102 37
Binary 10000010 111001 11011 0 111000 1001111 110001 10001 1000010 11111

Color Harmonies of #82391B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82391B

Black with #82391B

Text Example


Text Example

White with #82391B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82391B; }

 p { color: rgb(130,57,27); }

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

background-color css

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

 a { background-color: rgb(130,57,27); }

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

border-color css

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

 span { border-color: rgb(130,57,27); }

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