Html Css Color HEX #825845 Potters Clay

📋 copy color: '#825845'

red 130 ◦ green 88 ◦ blue 69

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

Shades of Potters Clay #825845

Tints of Potters Clay #825845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 24.04%

R = 45.3%
G = 30.66%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#825845 (or 0x825845) is known color: Potters Clay. HEX triplet: 82, 58 and 45. RGB value is (130,88,69). Sum of RGB (Red+Green+Blue) = 130+88+69=287 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.30% from 287); Green value is 88 (34.77% from 255 or 30.66% from 287); Blue value is 69 (27.34% from 255 or 24.04% from 287); Max value from RGB is 130 - color contains mainly: red. Hex color #825845 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825845 is #7DA7BA. Grayscale: #626262. Windows color (decimal): -8234939 or 4544642. OLE color: 4544642.

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

Color convert

RGB 130 88 69 -
CMYK 0 0.32 0.47 0.49
HSL 18.69º 0.31% 0.39% -
HSV(B) 18.69º 0.47% 0.51% -
XYZ 13.77 12.15 7.25 -
YUV 98.39 111.41 150.54 -
System Red Green Blue C M Y K H S L
Decimal 130 88 69 0 0.32 0.47 0.49 18.69 0.31 0.39
Hex 82 58 45 0 20 2F 31 13 1F 27
Octal 202 130 105 0 40 57 61 23 37 47
Binary 10000010 1011000 1000101 0 100000 101111 110001 10011 11111 100111

Color Harmonies of #825845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825845

Black with #825845

Text Example


Text Example

White with #825845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825845; }

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

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

background-color css

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

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

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

border-color css

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

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

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