Html Css Color HEX #825735 Potters Clay

📋 copy color: '#825735'

red 130 ◦ green 87 ◦ blue 53

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

Shades of Potters Clay #825735

Tints of Potters Clay #825735

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.22%

 BLUE value IS 53 (21.09% from 255) = 19.63%

R = 48.15%
G = 32.22%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#825735 (or 0x825735) is known color: Potters Clay. HEX triplet: 82, 57 and 35. RGB value is (130,87,53). Sum of RGB (Red+Green+Blue) = 130+87+53=270 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.15% from 270); Green value is 87 (34.38% from 255 or 32.22% from 270); Blue value is 53 (21.09% from 255 or 19.63% from 270); Max value from RGB is 130 - color contains mainly: red. Hex color #825735 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825735 is #7DA8CA. Grayscale: #606060. Windows color (decimal): -8235211 or 3495810. OLE color: 3495810.

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

Color convert

RGB 130 87 53 -
CMYK 0 0.33 0.59 0.49
HSL 26.49º 0.42% 0.36% -
HSV(B) 26.49º 0.59% 0.51% -
XYZ 13.26 11.82 4.95 -
YUV 95.98 103.75 152.26 -
System Red Green Blue C M Y K H S L
Decimal 130 87 53 0 0.33 0.59 0.49 26.49 0.42 0.36
Hex 82 57 35 0 21 3B 31 1A 2A 24
Octal 202 127 65 0 41 73 61 32 52 44
Binary 10000010 1010111 110101 0 100001 111011 110001 11010 101010 100100

Color Harmonies of #825735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825735

Black with #825735

Text Example


Text Example

White with #825735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825735; }

 p { color: rgb(130,87,53); }

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

background-color css

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

 a { background-color: rgb(130,87,53); }

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

border-color css

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

 span { border-color: rgb(130,87,53); }

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