Html Css Color HEX #825B3D Potters Clay

📋 copy color: '#825B3D'

red 130 ◦ green 91 ◦ blue 61

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

Shades of Potters Clay #825B3D

Tints of Potters Clay #825B3D

RGB

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

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

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

R = 46.1%
G = 32.27%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#825B3D (or 0x825B3D) is known color: Potters Clay. HEX triplet: 82, 5B and 3D. RGB value is (130,91,61). Sum of RGB (Red+Green+Blue) = 130+91+61=282 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.10% from 282); Green value is 91 (35.94% from 255 or 32.27% from 282); Blue value is 61 (24.22% from 255 or 21.63% from 282); Max value from RGB is 130 - color contains mainly: red. Hex color #825B3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825B3D is #7DA4C2. Grayscale: #636363. Windows color (decimal): -8234179 or 4021122. OLE color: 4021122.

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

Color convert

RGB 130 91 61 -
CMYK 0 0.30 0.53 0.49
HSL 26.09º 0.36% 0.37% -
HSV(B) 26.09º 0.53% 0.51% -
XYZ 13.79 12.56 6.11 -
YUV 99.24 106.42 149.94 -
System Red Green Blue C M Y K H S L
Decimal 130 91 61 0 0.30 0.53 0.49 26.09 0.36 0.37
Hex 82 5B 3D 0 1E 35 31 1A 24 25
Octal 202 133 75 0 36 65 61 32 44 45
Binary 10000010 1011011 111101 0 11110 110101 110001 11010 100100 100101

Color Harmonies of #825B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825B3D

Black with #825B3D

Text Example


Text Example

White with #825B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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