Html Css Color HEX #825842 Potters Clay

📋 copy color: '#825842'

red 130 ◦ green 88 ◦ blue 66

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

Shades of Potters Clay #825842

Tints of Potters Clay #825842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23.24%

R = 45.77%
G = 30.99%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#825842 (or 0x825842) is known color: Potters Clay. HEX triplet: 82, 58 and 42. RGB value is (130,88,66). Sum of RGB (Red+Green+Blue) = 130+88+66=284 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.77% from 284); Green value is 88 (34.77% from 255 or 30.99% from 284); Blue value is 66 (26.17% from 255 or 23.24% from 284); Max value from RGB is 130 - color contains mainly: red. Hex color #825842 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825842 is #7DA7BD. Grayscale: #626262. Windows color (decimal): -8234942 or 4348034. OLE color: 4348034.

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

Color convert

RGB 130 88 66 -
CMYK 0 0.32 0.49 0.49
HSL 20.63º 0.33% 0.38% -
HSV(B) 20.63º 0.49% 0.51% -
XYZ 13.68 12.12 6.77 -
YUV 98.05 109.91 150.79 -
System Red Green Blue C M Y K H S L
Decimal 130 88 66 0 0.32 0.49 0.49 20.63 0.33 0.38
Hex 82 58 42 0 20 31 31 15 21 26
Octal 202 130 102 0 40 61 61 25 41 46
Binary 10000010 1011000 1000010 0 100000 110001 110001 10101 100001 100110

Color Harmonies of #825842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825842

Black with #825842

Text Example


Text Example

White with #825842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825842; }

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

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

background-color css

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

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

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

border-color css

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

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

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