Html Css Color HEX #815A41 Potters Clay

📋 copy color: '#815A41'

red 129 ◦ green 90 ◦ blue 65

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

Shades of Potters Clay #815A41

Tints of Potters Clay #815A41

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.69%

 BLUE value IS 65 (25.78% from 255) = 22.89%

R = 45.42%
G = 31.69%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#815A41 (or 0x815A41) is known color: Potters Clay. HEX triplet: 81, 5A and 41. RGB value is (129,90,65). Sum of RGB (Red+Green+Blue) = 129+90+65=284 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.42% from 284); Green value is 90 (35.55% from 255 or 31.69% from 284); Blue value is 65 (25.78% from 255 or 22.89% from 284); Max value from RGB is 129 - color contains mainly: red. Hex color #815A41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815A41 is #7EA5BE. Grayscale: #626262. Windows color (decimal): -8299967 or 4283009. OLE color: 4283009.

HSL color Cylindrical-coordinate representation of color #815A41: hue angle of 23.44º degrees, saturation: 0.33, 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 #815A41 is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 90 65 -
CMYK 0 0.30 0.50 0.49
HSL 23.44º 0.33% 0.38% -
HSV(B) 23.44º 0.5% 0.51% -
XYZ 13.66 12.36 6.67 -
YUV 98.81 108.92 149.53 -
System Red Green Blue C M Y K H S L
Decimal 129 90 65 0 0.30 0.50 0.49 23.44 0.33 0.38
Hex 81 5A 41 0 1E 32 31 17 21 26
Octal 201 132 101 0 36 62 61 27 41 46
Binary 10000001 1011010 1000001 0 11110 110010 110001 10111 100001 100110

Color Harmonies of #815A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815A41

Black with #815A41

Text Example


Text Example

White with #815A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,90,65); }

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

background-color css

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

 a { background-color: rgb(129,90,65); }

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

border-color css

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

 span { border-color: rgb(129,90,65); }

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