Html Css Color HEX #825641 Potters Clay

📋 copy color: '#825641'

red 130 ◦ green 86 ◦ blue 65

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

Shades of Potters Clay #825641

Tints of Potters Clay #825641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 23.13%

R = 46.26%
G = 30.6%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#825641 (or 0x825641) is known color: Potters Clay. HEX triplet: 82, 56 and 41. RGB value is (130,86,65). Sum of RGB (Red+Green+Blue) = 130+86+65=281 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.26% from 281); Green value is 86 (33.98% from 255 or 30.60% from 281); Blue value is 65 (25.78% from 255 or 23.13% from 281); Max value from RGB is 130 - color contains mainly: red. Hex color #825641 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825641 is #7DA9BE. Grayscale: #606060. Windows color (decimal): -8235455 or 4281986. OLE color: 4281986.

HSL color Cylindrical-coordinate representation of color #825641: hue angle of 19.38º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #825641 is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 86 65 -
CMYK 0 0.34 0.50 0.49
HSL 19.38º 0.33% 0.38% -
HSV(B) 19.38º 0.5% 0.51% -
XYZ 13.49 11.78 6.56 -
YUV 96.76 110.08 151.71 -
System Red Green Blue C M Y K H S L
Decimal 130 86 65 0 0.34 0.50 0.49 19.38 0.33 0.38
Hex 82 56 41 0 22 32 31 13 21 26
Octal 202 126 101 0 42 62 61 23 41 46
Binary 10000010 1010110 1000001 0 100010 110010 110001 10011 100001 100110

Color Harmonies of #825641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825641

Black with #825641

Text Example


Text Example

White with #825641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825641; }

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

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

background-color css

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

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

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

border-color css

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

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

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