Html Css Color HEX #825639 Potters Clay

📋 copy color: '#825639'

red 130 ◦ green 86 ◦ blue 57

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

Shades of Potters Clay #825639

Tints of Potters Clay #825639

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.5%

 BLUE value IS 57 (22.66% from 255) = 20.88%

R = 47.62%
G = 31.5%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#825639 (or 0x825639) is known color: Potters Clay. HEX triplet: 82, 56 and 39. RGB value is (130,86,57). Sum of RGB (Red+Green+Blue) = 130+86+57=273 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.62% from 273); Green value is 86 (33.98% from 255 or 31.50% from 273); Blue value is 57 (22.66% from 255 or 20.88% from 273); Max value from RGB is 130 - color contains mainly: red. Hex color #825639 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825639 is #7DA9C6. Grayscale: #606060. Windows color (decimal): -8235463 or 3757698. OLE color: 3757698.

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

Color convert

RGB 130 86 57 -
CMYK 0 0.34 0.56 0.49
HSL 23.84º 0.39% 0.37% -
HSV(B) 23.84º 0.56% 0.51% -
XYZ 13.27 11.7 5.43 -
YUV 95.85 106.08 152.36 -
System Red Green Blue C M Y K H S L
Decimal 130 86 57 0 0.34 0.56 0.49 23.84 0.39 0.37
Hex 82 56 39 0 22 38 31 18 27 25
Octal 202 126 71 0 42 70 61 30 47 45
Binary 10000010 1010110 111001 0 100010 111000 110001 11000 100111 100101

Color Harmonies of #825639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825639

Black with #825639

Text Example


Text Example

White with #825639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825639; }

 p { color: rgb(130,86,57); }

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

background-color css

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

 a { background-color: rgb(130,86,57); }

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

border-color css

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

 span { border-color: rgb(130,86,57); }

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