Html Css Color HEX #815845 Potters Clay

📋 copy color: '#815845'

red 129 ◦ green 88 ◦ blue 69

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

Shades of Potters Clay #815845

Tints of Potters Clay #815845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 24.13%

R = 45.1%
G = 30.77%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#815845 (or 0x815845) is known color: Potters Clay. HEX triplet: 81, 58 and 45. RGB value is (129,88,69). Sum of RGB (Red+Green+Blue) = 129+88+69=286 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.10% from 286); Green value is 88 (34.77% from 255 or 30.77% from 286); Blue value is 69 (27.34% from 255 or 24.13% from 286); Max value from RGB is 129 - color contains mainly: red. Hex color #815845 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815845 is #7EA7BA. Grayscale: #626262. Windows color (decimal): -8300475 or 4544641. OLE color: 4544641.

HSL color Cylindrical-coordinate representation of color #815845: hue angle of 19º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #815845 is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 88 69 -
CMYK 0 0.32 0.47 0.49
HSL 19º 0.3% 0.39% -
HSV(B) 19º 0.47% 0.51% -
XYZ 13.62 12.08 7.24 -
YUV 98.09 111.58 150.04 -
System Red Green Blue C M Y K H S L
Decimal 129 88 69 0 0.32 0.47 0.49 19 0.3 0.39
Hex 81 58 45 0 20 2F 31 13 1E 27
Octal 201 130 105 0 40 57 61 23 36 47
Binary 10000001 1011000 1000101 0 100000 101111 110001 10011 11110 100111

Color Harmonies of #815845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815845

Black with #815845

Text Example


Text Example

White with #815845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815845; }

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

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

background-color css

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

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

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

border-color css

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

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

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