Html Css Color HEX #813211 Peru Tan

📋 copy color: '#813211'

red 129 ◦ green 50 ◦ blue 17

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

Shades of Peru Tan #813211

Tints of Peru Tan #813211

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.51%

 BLUE value IS 17 (7.03% from 255) = 8.67%

R = 65.82%
G = 25.51%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#813211 (or 0x813211) is known color: Peru Tan. HEX triplet: 81, 32 and 11. RGB value is (129,50,17). Sum of RGB (Red+Green+Blue) = 129+50+17=196 (25% of max value = 765). Red value is 129 (50.78% from 255 or 65.82% from 196); Green value is 50 (19.92% from 255 or 25.51% from 196); Blue value is 17 (7.03% from 255 or 8.67% from 196); Max value from RGB is 129 - color contains mainly: red. Hex color #813211 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813211 is #7ECDEE. Grayscale: #464646. Windows color (decimal): -8310255 or 1127041. OLE color: 1127041.

HSL color Cylindrical-coordinate representation of color #813211: hue angle of 17.68º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #813211 is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 50 17 -
CMYK 0 0.61 0.87 0.49
HSL 17.68º 0.77% 0.29% -
HSV(B) 17.68º 0.87% 0.51% -
XYZ 10.3 6.99 1.34 -
YUV 69.86 98.17 170.18 -
System Red Green Blue C M Y K H S L
Decimal 129 50 17 0 0.61 0.87 0.49 17.68 0.77 0.29
Hex 81 32 11 0 3D 57 31 12 4D 1D
Octal 201 62 21 0 75 127 61 22 115 35
Binary 10000001 110010 10001 0 111101 1010111 110001 10010 1001101 11101

Color Harmonies of #813211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813211

Black with #813211

Text Example


Text Example

White with #813211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813211; }

 p { color: rgb(129,50,17); }

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

background-color css

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

 a { background-color: rgb(129,50,17); }

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

border-color css

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

 span { border-color: rgb(129,50,17); }

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