Html Css Color HEX #825B37 Potters Clay

📋 copy color: '#825B37'

red 130 ◦ green 91 ◦ blue 55

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

Shades of Potters Clay #825B37

Tints of Potters Clay #825B37

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.97%

 BLUE value IS 55 (21.88% from 255) = 19.93%

R = 47.1%
G = 32.97%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#825B37 (or 0x825B37) is known color: Potters Clay. HEX triplet: 82, 5B and 37. RGB value is (130,91,55). Sum of RGB (Red+Green+Blue) = 130+91+55=276 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.10% from 276); Green value is 91 (35.94% from 255 or 32.97% from 276); Blue value is 55 (21.88% from 255 or 19.93% from 276); Max value from RGB is 130 - color contains mainly: red. Hex color #825B37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825B37 is #7DA4C8. Grayscale: #626262. Windows color (decimal): -8234185 or 3627906. OLE color: 3627906.

HSL color Cylindrical-coordinate representation of color #825B37: hue angle of 28.8º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #825B37 is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 91 55 -
CMYK 0 0.30 0.58 0.49
HSL 28.8º 0.41% 0.36% -
HSV(B) 28.8º 0.58% 0.51% -
XYZ 13.64 12.5 5.31 -
YUV 98.56 103.42 150.43 -
System Red Green Blue C M Y K H S L
Decimal 130 91 55 0 0.30 0.58 0.49 28.8 0.41 0.36
Hex 82 5B 37 0 1E 3A 31 1D 29 24
Octal 202 133 67 0 36 72 61 35 51 44
Binary 10000010 1011011 110111 0 11110 111010 110001 11101 101001 100100

Color Harmonies of #825B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825B37

Black with #825B37

Text Example


Text Example

White with #825B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825B37; }

 p { color: rgb(130,91,55); }

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

background-color css

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

 a { background-color: rgb(130,91,55); }

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

border-color css

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

 span { border-color: rgb(130,91,55); }

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