Html Css Color HEX #825E39 Potters Clay

📋 copy color: '#825E39'

red 130 ◦ green 94 ◦ blue 57

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

Shades of Potters Clay #825E39

Tints of Potters Clay #825E39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 20.28%

R = 46.26%
G = 33.45%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#825E39 (or 0x825E39) is known color: Potters Clay. HEX triplet: 82, 5E and 39. RGB value is (130,94,57). Sum of RGB (Red+Green+Blue) = 130+94+57=281 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.26% from 281); Green value is 94 (37.11% from 255 or 33.45% from 281); Blue value is 57 (22.66% from 255 or 20.28% from 281); Max value from RGB is 130 - color contains mainly: red. Hex color #825E39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825E39 is #7DA1C6. Grayscale: #646464. Windows color (decimal): -8233415 or 3759746. OLE color: 3759746.

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

Color convert

RGB 130 94 57 -
CMYK 0 0.28 0.56 0.49
HSL 30.41º 0.39% 0.37% -
HSV(B) 30.41º 0.56% 0.51% -
XYZ 13.95 13.05 5.65 -
YUV 100.55 103.43 149.01 -
System Red Green Blue C M Y K H S L
Decimal 130 94 57 0 0.28 0.56 0.49 30.41 0.39 0.37
Hex 82 5E 39 0 1C 38 31 1E 27 25
Octal 202 136 71 0 34 70 61 36 47 45
Binary 10000010 1011110 111001 0 11100 111000 110001 11110 100111 100101

Color Harmonies of #825E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825E39

Black with #825E39

Text Example


Text Example

White with #825E39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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