Html Css Color HEX #825846 Potters Clay

📋 copy color: '#825846'

red 130 ◦ green 88 ◦ blue 70

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

Shades of Potters Clay #825846

Tints of Potters Clay #825846

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 24.31%

R = 45.14%
G = 30.56%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.46

 K value IS 0.49

RGB Variations

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

Color information

#825846 (or 0x825846) is known color: Potters Clay. HEX triplet: 82, 58 and 46. RGB value is (130,88,70). Sum of RGB (Red+Green+Blue) = 130+88+70=288 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.14% from 288); Green value is 88 (34.77% from 255 or 30.56% from 288); Blue value is 70 (27.73% from 255 or 24.31% from 288); Max value from RGB is 130 - color contains mainly: red. Hex color #825846 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825846 is #7DA7B9. Grayscale: #626262. Windows color (decimal): -8234938 or 4610178. OLE color: 4610178.

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

Color convert

RGB 130 88 70 -
CMYK 0 0.32 0.46 0.49
HSL 18º 0.3% 0.39% -
HSV(B) 18º 0.46% 0.51% -
XYZ 13.8 12.17 7.42 -
YUV 98.51 111.91 150.46 -
System Red Green Blue C M Y K H S L
Decimal 130 88 70 0 0.32 0.46 0.49 18 0.3 0.39
Hex 82 58 46 0 20 2E 31 12 1E 27
Octal 202 130 106 0 40 56 61 22 36 47
Binary 10000010 1011000 1000110 0 100000 101110 110001 10010 11110 100111

Color Harmonies of #825846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825846

Black with #825846

Text Example


Text Example

White with #825846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825846; }

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

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

background-color css

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

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

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

border-color css

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

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

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