Html Css Color HEX #825936 Potters Clay

📋 copy color: '#825936'

red 130 ◦ green 89 ◦ blue 54

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

Shades of Potters Clay #825936

Tints of Potters Clay #825936

RGB

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

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

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

R = 47.62%
G = 32.6%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#825936 (or 0x825936) is known color: Potters Clay. HEX triplet: 82, 59 and 36. RGB value is (130,89,54). Sum of RGB (Red+Green+Blue) = 130+89+54=273 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.62% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 54 (21.48% from 255 or 19.78% from 273); Max value from RGB is 130 - color contains mainly: red. Hex color #825936 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825936 is #7DA6C9. Grayscale: #616161. Windows color (decimal): -8234698 or 3561858. OLE color: 3561858.

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

Color convert

RGB 130 89 54 -
CMYK 0 0.32 0.58 0.49
HSL 27.63º 0.41% 0.36% -
HSV(B) 27.63º 0.58% 0.51% -
XYZ 13.44 12.16 5.13 -
YUV 97.27 103.58 151.35 -
System Red Green Blue C M Y K H S L
Decimal 130 89 54 0 0.32 0.58 0.49 27.63 0.41 0.36
Hex 82 59 36 0 20 3A 31 1C 29 24
Octal 202 131 66 0 40 72 61 34 51 44
Binary 10000010 1011001 110110 0 100000 111010 110001 11100 101001 100100

Color Harmonies of #825936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825936

Black with #825936

Text Example


Text Example

White with #825936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825936; }

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

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

background-color css

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

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

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

border-color css

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

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

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