Html Css Color HEX #825938 Potters Clay

📋 copy color: '#825938'

red 130 ◦ green 89 ◦ blue 56

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

Shades of Potters Clay #825938

Tints of Potters Clay #825938

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.36%

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

R = 47.27%
G = 32.36%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#825938 (or 0x825938) is known color: Potters Clay. HEX triplet: 82, 59 and 38. RGB value is (130,89,56). Sum of RGB (Red+Green+Blue) = 130+89+56=275 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.27% from 275); Green value is 89 (35.16% from 255 or 32.36% from 275); Blue value is 56 (22.27% from 255 or 20.36% from 275); Max value from RGB is 130 - color contains mainly: red. Hex color #825938 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825938 is #7DA6C7. Grayscale: #616161. Windows color (decimal): -8234696 or 3692930. OLE color: 3692930.

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

Color convert

RGB 130 89 56 -
CMYK 0 0.32 0.57 0.49
HSL 26.76º 0.4% 0.36% -
HSV(B) 26.76º 0.57% 0.51% -
XYZ 13.49 12.18 5.38 -
YUV 97.5 104.58 151.18 -
System Red Green Blue C M Y K H S L
Decimal 130 89 56 0 0.32 0.57 0.49 26.76 0.4 0.36
Hex 82 59 38 0 20 39 31 1B 28 24
Octal 202 131 70 0 40 71 61 33 50 44
Binary 10000010 1011001 111000 0 100000 111001 110001 11011 101000 100100

Color Harmonies of #825938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825938

Black with #825938

Text Example


Text Example

White with #825938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825938; }

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

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

background-color css

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

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

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

border-color css

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

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

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