Html Css Color HEX #825839 Potters Clay

📋 copy color: '#825839'

red 130 ◦ green 88 ◦ blue 57

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

Shades of Potters Clay #825839

Tints of Potters Clay #825839

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32%

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

R = 47.27%
G = 32%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#825839 (or 0x825839) is known color: Potters Clay. HEX triplet: 82, 58 and 39. RGB value is (130,88,57). Sum of RGB (Red+Green+Blue) = 130+88+57=275 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.27% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 57 (22.66% from 255 or 20.73% from 275); Max value from RGB is 130 - color contains mainly: red. Hex color #825839 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825839 is #7DA7C6. Grayscale: #616161. Windows color (decimal): -8234951 or 3758210. OLE color: 3758210.

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

Color convert

RGB 130 88 57 -
CMYK 0 0.32 0.56 0.49
HSL 25.48º 0.39% 0.37% -
HSV(B) 25.48º 0.56% 0.51% -
XYZ 13.43 12.02 5.48 -
YUV 97.02 105.41 151.52 -
System Red Green Blue C M Y K H S L
Decimal 130 88 57 0 0.32 0.56 0.49 25.48 0.39 0.37
Hex 82 58 39 0 20 38 31 19 27 25
Octal 202 130 71 0 40 70 61 31 47 45
Binary 10000010 1011000 111001 0 100000 111000 110001 11001 100111 100101

Color Harmonies of #825839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825839

Black with #825839

Text Example


Text Example

White with #825839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825839; }

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

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

background-color css

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

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

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

border-color css

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

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

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