Html Css Color HEX #825E3D Potters Clay

📋 copy color: '#825E3D'

red 130 ◦ green 94 ◦ blue 61

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

Shades of Potters Clay #825E3D

Tints of Potters Clay #825E3D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.98%

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

R = 45.61%
G = 32.98%
B = 21.4%

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

#825E3D (or 0x825E3D) is known color: Potters Clay. HEX triplet: 82, 5E and 3D. RGB value is (130,94,61). Sum of RGB (Red+Green+Blue) = 130+94+61=285 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.61% from 285); Green value is 94 (37.11% from 255 or 32.98% from 285); Blue value is 61 (24.22% from 255 or 21.40% from 285); Max value from RGB is 130 - color contains mainly: red. Hex color #825E3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825E3D is #7DA1C2. Grayscale: #656565. Windows color (decimal): -8233411 or 4021890. OLE color: 4021890.

HSL color Cylindrical-coordinate representation of color #825E3D: hue angle of 28.7º 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 #825E3D is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 94 61 -
CMYK 0 0.28 0.53 0.49
HSL 28.7º 0.36% 0.37% -
HSV(B) 28.7º 0.53% 0.51% -
XYZ 14.05 13.09 6.2 -
YUV 101 105.43 148.68 -
System Red Green Blue C M Y K H S L
Decimal 130 94 61 0 0.28 0.53 0.49 28.7 0.36 0.37
Hex 82 5E 3D 0 1C 35 31 1D 24 25
Octal 202 136 75 0 34 65 61 35 44 45
Binary 10000010 1011110 111101 0 11100 110101 110001 11101 100100 100101

Color Harmonies of #825E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825E3D

Black with #825E3D

Text Example


Text Example

White with #825E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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