Html Css Color HEX #813A1F Peru Tan

📋 copy color: '#813A1F'

red 129 ◦ green 58 ◦ blue 31

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

Shades of Peru Tan #813A1F

Tints of Peru Tan #813A1F

RGB

 RED value IS 129 (50.78% from 255) = 59.17%

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

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

R = 59.17%
G = 26.61%
B = 14.22%

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

#813A1F (or 0x813A1F) is known color: Peru Tan. HEX triplet: 81, 3A and 1F. RGB value is (129,58,31). Sum of RGB (Red+Green+Blue) = 129+58+31=218 (28% of max value = 765). Red value is 129 (50.78% from 255 or 59.17% from 218); Green value is 58 (23.05% from 255 or 26.61% from 218); Blue value is 31 (12.5% from 255 or 14.22% from 218); Max value from RGB is 129 - color contains mainly: red. Hex color #813A1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813A1F is #7EC5E0. Grayscale: #4C4C4C. Windows color (decimal): -8308193 or 2046593. OLE color: 2046593.

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

Color convert

RGB 129 58 31 -
CMYK 0 0.55 0.76 0.49
HSL 16.53º 0.61% 0.31% -
HSV(B) 16.53º 0.76% 0.51% -
XYZ 10.81 7.79 2.23 -
YUV 76.15 102.52 165.7 -
System Red Green Blue C M Y K H S L
Decimal 129 58 31 0 0.55 0.76 0.49 16.53 0.61 0.31
Hex 81 3A 1F 0 37 4C 31 11 3D 1F
Octal 201 72 37 0 67 114 61 21 75 37
Binary 10000001 111010 11111 0 110111 1001100 110001 10001 111101 11111

Color Harmonies of #813A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813A1F

Black with #813A1F

Text Example


Text Example

White with #813A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813A1F; }

 p { color: rgb(129,58,31); }

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

background-color css

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

 a { background-color: rgb(129,58,31); }

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

border-color css

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

 span { border-color: rgb(129,58,31); }

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