Html Css Color HEX #825636 Potters Clay

📋 copy color: '#825636'

red 130 ◦ green 86 ◦ blue 54

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

Shades of Potters Clay #825636

Tints of Potters Clay #825636

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 20%

R = 48.15%
G = 31.85%
B = 20%

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

#825636 (or 0x825636) is known color: Potters Clay. HEX triplet: 82, 56 and 36. RGB value is (130,86,54). Sum of RGB (Red+Green+Blue) = 130+86+54=270 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.15% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 54 (21.48% from 255 or 20% from 270); Max value from RGB is 130 - color contains mainly: red. Hex color #825636 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825636 is #7DA9C9. Grayscale: #5F5F5F. Windows color (decimal): -8235466 or 3561090. OLE color: 3561090.

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

Color convert

RGB 130 86 54 -
CMYK 0 0.34 0.58 0.49
HSL 25.26º 0.41% 0.36% -
HSV(B) 25.26º 0.58% 0.51% -
XYZ 13.2 11.67 5.05 -
YUV 95.51 104.58 152.6 -
System Red Green Blue C M Y K H S L
Decimal 130 86 54 0 0.34 0.58 0.49 25.26 0.41 0.36
Hex 82 56 36 0 22 3A 31 19 29 24
Octal 202 126 66 0 42 72 61 31 51 44
Binary 10000010 1010110 110110 0 100010 111010 110001 11001 101001 100100

Color Harmonies of #825636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825636

Black with #825636

Text Example


Text Example

White with #825636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825636; }

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

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

background-color css

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

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

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

border-color css

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

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

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