Html Css Color HEX #815C3C Potters Clay

📋 copy color: '#815C3C'

red 129 ◦ green 92 ◦ blue 60

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

Shades of Potters Clay #815C3C

Tints of Potters Clay #815C3C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.74%

 BLUE value IS 60 (23.83% from 255) = 21.35%

R = 45.91%
G = 32.74%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#815C3C (or 0x815C3C) is known color: Potters Clay. HEX triplet: 81, 5C and 3C. RGB value is (129,92,60). Sum of RGB (Red+Green+Blue) = 129+92+60=281 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.91% from 281); Green value is 92 (36.33% from 255 or 32.74% from 281); Blue value is 60 (23.83% from 255 or 21.35% from 281); Max value from RGB is 129 - color contains mainly: red. Hex color #815C3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815C3C is #7EA3C3. Grayscale: #636363. Windows color (decimal): -8299460 or 3955841. OLE color: 3955841.

HSL color Cylindrical-coordinate representation of color #815C3C: hue angle of 27.83º degrees, saturation: 0.37, 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 #815C3C is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 92 60 -
CMYK 0 0.29 0.53 0.49
HSL 27.83º 0.37% 0.37% -
HSV(B) 27.83º 0.53% 0.51% -
XYZ 13.7 12.65 5.99 -
YUV 99.42 105.76 149.1 -
System Red Green Blue C M Y K H S L
Decimal 129 92 60 0 0.29 0.53 0.49 27.83 0.37 0.37
Hex 81 5C 3C 0 1D 35 31 1C 25 25
Octal 201 134 74 0 35 65 61 34 45 45
Binary 10000001 1011100 111100 0 11101 110101 110001 11100 100101 100101

Color Harmonies of #815C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815C3C

Black with #815C3C

Text Example


Text Example

White with #815C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,92,60); }

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

background-color css

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

 a { background-color: rgb(129,92,60); }

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

border-color css

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

 span { border-color: rgb(129,92,60); }

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