Html Css Color HEX #825942 Potters Clay

📋 copy color: '#825942'

red 130 ◦ green 89 ◦ blue 66

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

Shades of Potters Clay #825942

Tints of Potters Clay #825942

RGB

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

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

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

R = 45.61%
G = 31.23%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#825942 (or 0x825942) is known color: Potters Clay. HEX triplet: 82, 59 and 42. RGB value is (130,89,66). Sum of RGB (Red+Green+Blue) = 130+89+66=285 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.61% from 285); Green value is 89 (35.16% from 255 or 31.23% from 285); Blue value is 66 (26.17% from 255 or 23.16% from 285); Max value from RGB is 130 - color contains mainly: red. Hex color #825942 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825942 is #7DA6BD. Grayscale: #626262. Windows color (decimal): -8234686 or 4348290. OLE color: 4348290.

HSL color Cylindrical-coordinate representation of color #825942: hue angle of 21.56º 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 #825942 is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 89 66 -
CMYK 0 0.32 0.49 0.49
HSL 21.56º 0.33% 0.38% -
HSV(B) 21.56º 0.49% 0.51% -
XYZ 13.76 12.28 6.8 -
YUV 98.64 109.58 150.37 -
System Red Green Blue C M Y K H S L
Decimal 130 89 66 0 0.32 0.49 0.49 21.56 0.33 0.38
Hex 82 59 42 0 20 31 31 16 21 26
Octal 202 131 102 0 40 61 61 26 41 46
Binary 10000010 1011001 1000010 0 100000 110001 110001 10110 100001 100110

Color Harmonies of #825942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825942

Black with #825942

Text Example


Text Example

White with #825942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825942; }

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

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

background-color css

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

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

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

border-color css

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

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

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