Html Css Color HEX #815945 Potters Clay

📋 copy color: '#815945'

red 129 ◦ green 89 ◦ blue 69

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

Shades of Potters Clay #815945

Tints of Potters Clay #815945

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.01%

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

R = 44.95%
G = 31.01%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#815945 (or 0x815945) is known color: Potters Clay. HEX triplet: 81, 59 and 45. RGB value is (129,89,69). Sum of RGB (Red+Green+Blue) = 129+89+69=287 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.95% from 287); Green value is 89 (35.16% from 255 or 31.01% from 287); Blue value is 69 (27.34% from 255 or 24.04% from 287); Max value from RGB is 129 - color contains mainly: red. Hex color #815945 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815945 is #7EA6BA. Grayscale: #626262. Windows color (decimal): -8300219 or 4544897. OLE color: 4544897.

HSL color Cylindrical-coordinate representation of color #815945: hue angle of 20º 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 #815945 is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 89 69 -
CMYK 0 0.31 0.47 0.49
HSL 20º 0.3% 0.39% -
HSV(B) 20º 0.47% 0.51% -
XYZ 13.7 12.24 7.27 -
YUV 98.68 111.25 149.63 -
System Red Green Blue C M Y K H S L
Decimal 129 89 69 0 0.31 0.47 0.49 20 0.3 0.39
Hex 81 59 45 0 1F 2F 31 14 1E 27
Octal 201 131 105 0 37 57 61 24 36 47
Binary 10000001 1011001 1000101 0 11111 101111 110001 10100 11110 100111

Color Harmonies of #815945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815945

Black with #815945

Text Example


Text Example

White with #815945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815945; }

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

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

background-color css

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

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

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

border-color css

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

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

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