Html Css Color HEX #815E3D Potters Clay

📋 copy color: '#815E3D'

red 129 ◦ green 94 ◦ blue 61

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

Shades of Potters Clay #815E3D

Tints of Potters Clay #815E3D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.1%

 BLUE value IS 61 (24.22% from 255) = 21.48%

R = 45.42%
G = 33.1%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#815E3D (or 0x815E3D) is known color: Potters Clay. HEX triplet: 81, 5E and 3D. RGB value is (129,94,61). Sum of RGB (Red+Green+Blue) = 129+94+61=284 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.42% from 284); Green value is 94 (37.11% from 255 or 33.10% from 284); Blue value is 61 (24.22% from 255 or 21.48% from 284); Max value from RGB is 129 - color contains mainly: red. Hex color #815E3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815E3D is #7EA1C2. Grayscale: #646464. Windows color (decimal): -8298947 or 4021889. OLE color: 4021889.

HSL color Cylindrical-coordinate representation of color #815E3D: hue angle of 29.12º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #815E3D is Cyan = 0, Magento = 0.27, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 94 61 -
CMYK 0 0.27 0.53 0.49
HSL 29.12º 0.36% 0.37% -
HSV(B) 29.12º 0.53% 0.51% -
XYZ 13.9 13.01 6.19 -
YUV 100.7 105.6 148.18 -
System Red Green Blue C M Y K H S L
Decimal 129 94 61 0 0.27 0.53 0.49 29.12 0.36 0.37
Hex 81 5E 3D 0 1B 35 31 1D 24 25
Octal 201 136 75 0 33 65 61 35 44 45
Binary 10000001 1011110 111101 0 11011 110101 110001 11101 100100 100101

Color Harmonies of #815E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815E3D

Black with #815E3D

Text Example


Text Example

White with #815E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815E3D; }

 p { color: rgb(129,94,61); }

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

background-color css

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

 a { background-color: rgb(129,94,61); }

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

border-color css

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

 span { border-color: rgb(129,94,61); }

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