Html Css Color HEX #825742 Potters Clay

📋 copy color: '#825742'

red 130 ◦ green 87 ◦ blue 66

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

Shades of Potters Clay #825742

Tints of Potters Clay #825742

RGB

 RED value IS 130 (51.17% from 255) = 45.94%

 GREEN value IS 87 (34.38% from 255) = 30.74%

 BLUE value IS 66 (26.17% from 255) = 23.32%

R = 45.94%
G = 30.74%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#825742 (or 0x825742) is known color: Potters Clay. HEX triplet: 82, 57 and 42. RGB value is (130,87,66). Sum of RGB (Red+Green+Blue) = 130+87+66=283 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.94% from 283); Green value is 87 (34.38% from 255 or 30.74% from 283); Blue value is 66 (26.17% from 255 or 23.32% from 283); Max value from RGB is 130 - color contains mainly: red. Hex color #825742 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825742 is #7DA8BD. Grayscale: #616161. Windows color (decimal): -8235198 or 4347778. OLE color: 4347778.

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

Color convert

RGB 130 87 66 -
CMYK 0 0.33 0.49 0.49
HSL 19.69º 0.33% 0.38% -
HSV(B) 19.69º 0.49% 0.51% -
XYZ 13.6 11.96 6.75 -
YUV 97.46 110.25 151.21 -
System Red Green Blue C M Y K H S L
Decimal 130 87 66 0 0.33 0.49 0.49 19.69 0.33 0.38
Hex 82 57 42 0 21 31 31 14 21 26
Octal 202 127 102 0 41 61 61 24 41 46
Binary 10000010 1010111 1000010 0 100001 110001 110001 10100 100001 100110

Color Harmonies of #825742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825742

Black with #825742

Text Example


Text Example

White with #825742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825742; }

 p { color: rgb(130,87,66); }

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

background-color css

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

 a { background-color: rgb(130,87,66); }

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

border-color css

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

 span { border-color: rgb(130,87,66); }

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