Html Css Color HEX #825D3F Potters Clay

📋 copy color: '#825D3F'

red 130 ◦ green 93 ◦ blue 63

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

Shades of Potters Clay #825D3F

Tints of Potters Clay #825D3F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.52%

 BLUE value IS 63 (25% from 255) = 22.03%

R = 45.45%
G = 32.52%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.52

 K value IS 0.49

RGB Variations

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

Color information

#825D3F (or 0x825D3F) is known color: Potters Clay. HEX triplet: 82, 5D and 3F. RGB value is (130,93,63). Sum of RGB (Red+Green+Blue) = 130+93+63=286 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.45% from 286); Green value is 93 (36.72% from 255 or 32.52% from 286); Blue value is 63 (25% from 255 or 22.03% from 286); Max value from RGB is 130 - color contains mainly: red. Hex color #825D3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825D3F is #7DA2C0. Grayscale: #646464. Windows color (decimal): -8233665 or 4152706. OLE color: 4152706.

HSL color Cylindrical-coordinate representation of color #825D3F: hue angle of 26.87º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #825D3F is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 93 63 -
CMYK 0 0.28 0.52 0.49
HSL 26.87º 0.35% 0.38% -
HSV(B) 26.87º 0.52% 0.51% -
XYZ 14.02 12.93 6.46 -
YUV 100.64 106.76 148.94 -
System Red Green Blue C M Y K H S L
Decimal 130 93 63 0 0.28 0.52 0.49 26.87 0.35 0.38
Hex 82 5D 3F 0 1C 34 31 1B 23 26
Octal 202 135 77 0 34 64 61 33 43 46
Binary 10000010 1011101 111111 0 11100 110100 110001 11011 100011 100110

Color Harmonies of #825D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825D3F

Black with #825D3F

Text Example


Text Example

White with #825D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,93,63); }

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

background-color css

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

 a { background-color: rgb(130,93,63); }

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

border-color css

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

 span { border-color: rgb(130,93,63); }

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