Html Css Color HEX #815840 Potters Clay

📋 copy color: '#815840'

red 129 ◦ green 88 ◦ blue 64

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

Shades of Potters Clay #815840

Tints of Potters Clay #815840

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.32%

 BLUE value IS 64 (25.39% from 255) = 22.78%

R = 45.91%
G = 31.32%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#815840 (or 0x815840) is known color: Potters Clay. HEX triplet: 81, 58 and 40. RGB value is (129,88,64). Sum of RGB (Red+Green+Blue) = 129+88+64=281 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.91% from 281); Green value is 88 (34.77% from 255 or 31.32% from 281); Blue value is 64 (25.39% from 255 or 22.78% from 281); Max value from RGB is 129 - color contains mainly: red. Hex color #815840 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815840 is #7EA7BF. Grayscale: #616161. Windows color (decimal): -8300480 or 4216961. OLE color: 4216961.

HSL color Cylindrical-coordinate representation of color #815840: hue angle of 22.15º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #815840 is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 88 64 -
CMYK 0 0.32 0.50 0.49
HSL 22.15º 0.34% 0.38% -
HSV(B) 22.15º 0.5% 0.51% -
XYZ 13.47 12.02 6.46 -
YUV 97.52 109.08 150.45 -
System Red Green Blue C M Y K H S L
Decimal 129 88 64 0 0.32 0.50 0.49 22.15 0.34 0.38
Hex 81 58 40 0 20 32 31 16 22 26
Octal 201 130 100 0 40 62 61 26 42 46
Binary 10000001 1011000 1000000 0 100000 110010 110001 10110 100010 100110

Color Harmonies of #815840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815840

Black with #815840

Text Example


Text Example

White with #815840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815840; }

 p { color: rgb(129,88,64); }

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

background-color css

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

 a { background-color: rgb(129,88,64); }

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

border-color css

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

 span { border-color: rgb(129,88,64); }

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