Html Css Color HEX #825B38 Potters Clay

📋 copy color: '#825B38'

red 130 ◦ green 91 ◦ blue 56

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

Shades of Potters Clay #825B38

Tints of Potters Clay #825B38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 20.22%

R = 46.93%
G = 32.85%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#825B38 (or 0x825B38) is known color: Potters Clay. HEX triplet: 82, 5B and 38. RGB value is (130,91,56). Sum of RGB (Red+Green+Blue) = 130+91+56=277 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.93% from 277); Green value is 91 (35.94% from 255 or 32.85% from 277); Blue value is 56 (22.27% from 255 or 20.22% from 277); Max value from RGB is 130 - color contains mainly: red. Hex color #825B38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825B38 is #7DA4C7. Grayscale: #626262. Windows color (decimal): -8234184 or 3693442. OLE color: 3693442.

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

Color convert

RGB 130 91 56 -
CMYK 0 0.30 0.57 0.49
HSL 28.38º 0.4% 0.36% -
HSV(B) 28.38º 0.57% 0.51% -
XYZ 13.66 12.51 5.44 -
YUV 98.67 103.92 150.35 -
System Red Green Blue C M Y K H S L
Decimal 130 91 56 0 0.30 0.57 0.49 28.38 0.4 0.36
Hex 82 5B 38 0 1E 39 31 1C 28 24
Octal 202 133 70 0 36 71 61 34 50 44
Binary 10000010 1011011 111000 0 11110 111001 110001 11100 101000 100100

Color Harmonies of #825B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825B38

Black with #825B38

Text Example


Text Example

White with #825B38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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