Html Css Color HEX #825637 Potters Clay

📋 copy color: '#825637'

red 130 ◦ green 86 ◦ blue 55

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

Shades of Potters Clay #825637

Tints of Potters Clay #825637

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 20.3%

R = 47.97%
G = 31.73%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#825637 (or 0x825637) is known color: Potters Clay. HEX triplet: 82, 56 and 37. RGB value is (130,86,55). Sum of RGB (Red+Green+Blue) = 130+86+55=271 (35% of max value = 765). Red value is 130 (51.17% from 255 or 47.97% from 271); Green value is 86 (33.98% from 255 or 31.73% from 271); Blue value is 55 (21.88% from 255 or 20.30% from 271); Max value from RGB is 130 - color contains mainly: red. Hex color #825637 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825637 is #7DA9C8. Grayscale: #5F5F5F. Windows color (decimal): -8235465 or 3626626. OLE color: 3626626.

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

Color convert

RGB 130 86 55 -
CMYK 0 0.34 0.58 0.49
HSL 24.8º 0.41% 0.36% -
HSV(B) 24.8º 0.58% 0.51% -
XYZ 13.22 11.68 5.17 -
YUV 95.62 105.08 152.52 -
System Red Green Blue C M Y K H S L
Decimal 130 86 55 0 0.34 0.58 0.49 24.8 0.41 0.36
Hex 82 56 37 0 22 3A 31 19 29 24
Octal 202 126 67 0 42 72 61 31 51 44
Binary 10000010 1010110 110111 0 100010 111010 110001 11001 101001 100100

Color Harmonies of #825637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825637

Black with #825637

Text Example


Text Example

White with #825637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825637; }

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

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

background-color css

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

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

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

border-color css

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

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

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