Html Css Color HEX #813B1D Peru Tan

📋 copy color: '#813B1D'

red 129 ◦ green 59 ◦ blue 29

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

Shades of Peru Tan #813B1D

Tints of Peru Tan #813B1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.36%

R = 59.45%
G = 27.19%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#813B1D (or 0x813B1D) is known color: Peru Tan. HEX triplet: 81, 3B and 1D. RGB value is (129,59,29). Sum of RGB (Red+Green+Blue) = 129+59+29=217 (28% of max value = 765). Red value is 129 (50.78% from 255 or 59.45% from 217); Green value is 59 (23.44% from 255 or 27.19% from 217); Blue value is 29 (11.72% from 255 or 13.36% from 217); Max value from RGB is 129 - color contains mainly: red. Hex color #813B1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813B1D is #7EC4E2. Grayscale: #4C4C4C. Windows color (decimal): -8307939 or 1915777. OLE color: 1915777.

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

Color convert

RGB 129 59 29 -
CMYK 0 0.54 0.78 0.49
HSL 18º 0.63% 0.31% -
HSV(B) 18º 0.78% 0.51% -
XYZ 10.84 7.88 2.11 -
YUV 76.51 101.19 165.44 -
System Red Green Blue C M Y K H S L
Decimal 129 59 29 0 0.54 0.78 0.49 18 0.63 0.31
Hex 81 3B 1D 0 36 4E 31 12 3F 1F
Octal 201 73 35 0 66 116 61 22 77 37
Binary 10000001 111011 11101 0 110110 1001110 110001 10010 111111 11111

Color Harmonies of #813B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813B1D

Black with #813B1D

Text Example


Text Example

White with #813B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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