Html Css Color HEX #813312 Peru Tan

📋 copy color: '#813312'

red 129 ◦ green 51 ◦ blue 18

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

Shades of Peru Tan #813312

Tints of Peru Tan #813312

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.76%

 BLUE value IS 18 (7.42% from 255) = 9.09%

R = 65.15%
G = 25.76%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#813312 (or 0x813312) is known color: Peru Tan. HEX triplet: 81, 33 and 12. RGB value is (129,51,18). Sum of RGB (Red+Green+Blue) = 129+51+18=198 (26% of max value = 765). Red value is 129 (50.78% from 255 or 65.15% from 198); Green value is 51 (20.31% from 255 or 25.76% from 198); Blue value is 18 (7.42% from 255 or 9.09% from 198); Max value from RGB is 129 - color contains mainly: red. Hex color #813312 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813312 is #7ECCED. Grayscale: #464646. Windows color (decimal): -8309998 or 1192833. OLE color: 1192833.

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

Color convert

RGB 129 51 18 -
CMYK 0 0.60 0.86 0.49
HSL 17.84º 0.76% 0.29% -
HSV(B) 17.84º 0.86% 0.51% -
XYZ 10.35 7.08 1.39 -
YUV 70.56 98.34 169.68 -
System Red Green Blue C M Y K H S L
Decimal 129 51 18 0 0.60 0.86 0.49 17.84 0.76 0.29
Hex 81 33 12 0 3C 56 31 12 4C 1D
Octal 201 63 22 0 74 126 61 22 114 35
Binary 10000001 110011 10010 0 111100 1010110 110001 10010 1001100 11101

Color Harmonies of #813312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813312

Black with #813312

Text Example


Text Example

White with #813312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813312; }

 p { color: rgb(129,51,18); }

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

background-color css

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

 a { background-color: rgb(129,51,18); }

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

border-color css

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

 span { border-color: rgb(129,51,18); }

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