Html Css Color HEX #825841 Potters Clay

📋 copy color: '#825841'

red 130 ◦ green 88 ◦ blue 65

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

Shades of Potters Clay #825841

Tints of Potters Clay #825841

RGB

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

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

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

R = 45.94%
G = 31.1%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#825841 (or 0x825841) is known color: Potters Clay. HEX triplet: 82, 58 and 41. RGB value is (130,88,65). Sum of RGB (Red+Green+Blue) = 130+88+65=283 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.94% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 65 (25.78% from 255 or 22.97% from 283); Max value from RGB is 130 - color contains mainly: red. Hex color #825841 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825841 is #7DA7BE. Grayscale: #626262. Windows color (decimal): -8234943 or 4282498. OLE color: 4282498.

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

Color convert

RGB 130 88 65 -
CMYK 0 0.32 0.50 0.49
HSL 21.23º 0.33% 0.38% -
HSV(B) 21.23º 0.5% 0.51% -
XYZ 13.65 12.11 6.62 -
YUV 97.94 109.41 150.87 -
System Red Green Blue C M Y K H S L
Decimal 130 88 65 0 0.32 0.50 0.49 21.23 0.33 0.38
Hex 82 58 41 0 20 32 31 15 21 26
Octal 202 130 101 0 40 62 61 25 41 46
Binary 10000010 1011000 1000001 0 100000 110010 110001 10101 100001 100110

Color Harmonies of #825841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825841

Black with #825841

Text Example


Text Example

White with #825841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825841; }

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

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

background-color css

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

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

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

border-color css

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

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

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