Html Css Color HEX #813719 Peru Tan

📋 copy color: '#813719'

red 129 ◦ green 55 ◦ blue 25

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

Shades of Peru Tan #813719

Tints of Peru Tan #813719

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.32%

 BLUE value IS 25 (10.16% from 255) = 11.96%

R = 61.72%
G = 26.32%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#813719 (or 0x813719) is known color: Peru Tan. HEX triplet: 81, 37 and 19. RGB value is (129,55,25). Sum of RGB (Red+Green+Blue) = 129+55+25=209 (27% of max value = 765). Red value is 129 (50.78% from 255 or 61.72% from 209); Green value is 55 (21.88% from 255 or 26.32% from 209); Blue value is 25 (10.16% from 255 or 11.96% from 209); Max value from RGB is 129 - color contains mainly: red. Hex color #813719 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813719 is #7EC8E6. Grayscale: #494949. Windows color (decimal): -8308967 or 1652609. OLE color: 1652609.

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

Color convert

RGB 129 55 25 -
CMYK 0 0.57 0.81 0.49
HSL 17.31º 0.68% 0.3% -
HSV(B) 17.31º 0.81% 0.51% -
XYZ 10.59 7.47 1.8 -
YUV 73.71 100.52 167.44 -
System Red Green Blue C M Y K H S L
Decimal 129 55 25 0 0.57 0.81 0.49 17.31 0.68 0.3
Hex 81 37 19 0 39 51 31 11 44 1E
Octal 201 67 31 0 71 121 61 21 104 36
Binary 10000001 110111 11001 0 111001 1010001 110001 10001 1000100 11110

Color Harmonies of #813719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813719

Black with #813719

Text Example


Text Example

White with #813719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813719; }

 p { color: rgb(129,55,25); }

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

background-color css

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

 a { background-color: rgb(129,55,25); }

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

border-color css

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

 span { border-color: rgb(129,55,25); }

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