Html Css Color HEX #813B1E Peru Tan

📋 copy color: '#813B1E'

red 129 ◦ green 59 ◦ blue 30

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

Shades of Peru Tan #813B1E

Tints of Peru Tan #813B1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.76%

R = 59.17%
G = 27.06%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.77

 K value IS 0.49

RGB Variations

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

Color information

#813B1E (or 0x813B1E) is known color: Peru Tan. HEX triplet: 81, 3B and 1E. RGB value is (129,59,30). Sum of RGB (Red+Green+Blue) = 129+59+30=218 (28% of max value = 765). Red value is 129 (50.78% from 255 or 59.17% from 218); Green value is 59 (23.44% from 255 or 27.06% from 218); Blue value is 30 (12.11% from 255 or 13.76% from 218); Max value from RGB is 129 - color contains mainly: red. Hex color #813B1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813B1E is #7EC4E1. Grayscale: #4C4C4C. Windows color (decimal): -8307938 or 1981313. OLE color: 1981313.

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

Color convert

RGB 129 59 30 -
CMYK 0 0.54 0.77 0.49
HSL 17.58º 0.62% 0.31% -
HSV(B) 17.58º 0.77% 0.51% -
XYZ 10.85 7.89 2.18 -
YUV 76.62 101.69 165.36 -
System Red Green Blue C M Y K H S L
Decimal 129 59 30 0 0.54 0.77 0.49 17.58 0.62 0.31
Hex 81 3B 1E 0 36 4D 31 12 3E 1F
Octal 201 73 36 0 66 115 61 22 76 37
Binary 10000001 111011 11110 0 110110 1001101 110001 10010 111110 11111

Color Harmonies of #813B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813B1E

Black with #813B1E

Text Example


Text Example

White with #813B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,59,30); }

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

background-color css

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

 a { background-color: rgb(129,59,30); }

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

border-color css

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

 span { border-color: rgb(129,59,30); }

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