Html Css Color HEX #815946 Potters Clay

📋 copy color: '#815946'

red 129 ◦ green 89 ◦ blue 70

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

Shades of Potters Clay #815946

Tints of Potters Clay #815946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 24.31%

R = 44.79%
G = 30.9%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.46

 K value IS 0.49

RGB Variations

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

Color information

#815946 (or 0x815946) is known color: Potters Clay. HEX triplet: 81, 59 and 46. RGB value is (129,89,70). Sum of RGB (Red+Green+Blue) = 129+89+70=288 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.79% from 288); Green value is 89 (35.16% from 255 or 30.90% from 288); Blue value is 70 (27.73% from 255 or 24.31% from 288); Max value from RGB is 129 - color contains mainly: red. Hex color #815946 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815946 is #7EA6B9. Grayscale: #626262. Windows color (decimal): -8300218 or 4610433. OLE color: 4610433.

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

Color convert

RGB 129 89 70 -
CMYK 0 0.31 0.46 0.49
HSL 19.32º 0.3% 0.39% -
HSV(B) 19.32º 0.46% 0.51% -
XYZ 13.73 12.25 7.44 -
YUV 98.79 111.75 149.54 -
System Red Green Blue C M Y K H S L
Decimal 129 89 70 0 0.31 0.46 0.49 19.32 0.3 0.39
Hex 81 59 46 0 1F 2E 31 13 1E 27
Octal 201 131 106 0 37 56 61 23 36 47
Binary 10000001 1011001 1000110 0 11111 101110 110001 10011 11110 100111

Color Harmonies of #815946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815946

Black with #815946

Text Example


Text Example

White with #815946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815946; }

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

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

background-color css

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

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

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

border-color css

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

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

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