Html Css Color HEX #825638 Potters Clay

📋 copy color: '#825638'

red 130 ◦ green 86 ◦ blue 56

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

Shades of Potters Clay #825638

Tints of Potters Clay #825638

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 20.59%

R = 47.79%
G = 31.62%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#825638 (or 0x825638) is known color: Potters Clay. HEX triplet: 82, 56 and 38. RGB value is (130,86,56). Sum of RGB (Red+Green+Blue) = 130+86+56=272 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.79% from 272); Green value is 86 (33.98% from 255 or 31.62% from 272); Blue value is 56 (22.27% from 255 or 20.59% from 272); Max value from RGB is 130 - color contains mainly: red. Hex color #825638 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825638 is #7DA9C7. Grayscale: #5F5F5F. Windows color (decimal): -8235464 or 3692162. OLE color: 3692162.

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

Color convert

RGB 130 86 56 -
CMYK 0 0.34 0.57 0.49
HSL 24.32º 0.4% 0.36% -
HSV(B) 24.32º 0.57% 0.51% -
XYZ 13.25 11.69 5.3 -
YUV 95.74 105.58 152.44 -
System Red Green Blue C M Y K H S L
Decimal 130 86 56 0 0.34 0.57 0.49 24.32 0.4 0.36
Hex 82 56 38 0 22 39 31 18 28 24
Octal 202 126 70 0 42 71 61 30 50 44
Binary 10000010 1010110 111000 0 100010 111001 110001 11000 101000 100100

Color Harmonies of #825638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825638

Black with #825638

Text Example


Text Example

White with #825638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825638; }

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

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

background-color css

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

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

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

border-color css

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

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

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