Html Css Color HEX #825D3D Potters Clay

📋 copy color: '#825D3D'

red 130 ◦ green 93 ◦ blue 61

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

Shades of Potters Clay #825D3D

Tints of Potters Clay #825D3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.48%

R = 45.77%
G = 32.75%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#825D3D (or 0x825D3D) is known color: Potters Clay. HEX triplet: 82, 5D and 3D. RGB value is (130,93,61). Sum of RGB (Red+Green+Blue) = 130+93+61=284 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.77% from 284); Green value is 93 (36.72% from 255 or 32.75% from 284); Blue value is 61 (24.22% from 255 or 21.48% from 284); Max value from RGB is 130 - color contains mainly: red. Hex color #825D3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825D3D is #7DA2C2. Grayscale: #646464. Windows color (decimal): -8233667 or 4021634. OLE color: 4021634.

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

Color convert

RGB 130 93 61 -
CMYK 0 0.28 0.53 0.49
HSL 27.83º 0.36% 0.37% -
HSV(B) 27.83º 0.53% 0.51% -
XYZ 13.96 12.91 6.17 -
YUV 100.42 105.76 149.1 -
System Red Green Blue C M Y K H S L
Decimal 130 93 61 0 0.28 0.53 0.49 27.83 0.36 0.37
Hex 82 5D 3D 0 1C 35 31 1C 24 25
Octal 202 135 75 0 34 65 61 34 44 45
Binary 10000010 1011101 111101 0 11100 110101 110001 11100 100100 100101

Color Harmonies of #825D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825D3D

Black with #825D3D

Text Example


Text Example

White with #825D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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