Html Css Color HEX #825945 Potters Clay

📋 copy color: '#825945'

red 130 ◦ green 89 ◦ blue 69

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

Shades of Potters Clay #825945

Tints of Potters Clay #825945

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.9%

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

R = 45.14%
G = 30.9%
B = 23.96%

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

#825945 (or 0x825945) is known color: Potters Clay. HEX triplet: 82, 59 and 45. RGB value is (130,89,69). Sum of RGB (Red+Green+Blue) = 130+89+69=288 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.14% from 288); Green value is 89 (35.16% from 255 or 30.90% from 288); Blue value is 69 (27.34% from 255 or 23.96% from 288); Max value from RGB is 130 - color contains mainly: red. Hex color #825945 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825945 is #7DA6BA. Grayscale: #636363. Windows color (decimal): -8234683 or 4544898. OLE color: 4544898.

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

Color convert

RGB 130 89 69 -
CMYK 0 0.32 0.47 0.49
HSL 19.67º 0.31% 0.39% -
HSV(B) 19.67º 0.47% 0.51% -
XYZ 13.85 12.32 7.28 -
YUV 98.98 111.08 150.13 -
System Red Green Blue C M Y K H S L
Decimal 130 89 69 0 0.32 0.47 0.49 19.67 0.31 0.39
Hex 82 59 45 0 20 2F 31 14 1F 27
Octal 202 131 105 0 40 57 61 24 37 47
Binary 10000010 1011001 1000101 0 100000 101111 110001 10100 11111 100111

Color Harmonies of #825945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825945

Black with #825945

Text Example


Text Example

White with #825945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825945; }

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

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

background-color css

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

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

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

border-color css

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

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

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