Html Css Color HEX #835539 Potters Clay

📋 copy color: '#835539'

red 131 ◦ green 85 ◦ blue 57

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

Shades of Potters Clay #835539

Tints of Potters Clay #835539

RGB

 RED value IS 131 (51.56% from 255) = 47.99%

 GREEN value IS 85 (33.59% from 255) = 31.14%

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

R = 47.99%
G = 31.14%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#835539 (or 0x835539) is known color: Potters Clay. HEX triplet: 83, 55 and 39. RGB value is (131,85,57). Sum of RGB (Red+Green+Blue) = 131+85+57=273 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.99% from 273); Green value is 85 (33.59% from 255 or 31.14% from 273); Blue value is 57 (22.66% from 255 or 20.88% from 273); Max value from RGB is 131 - color contains mainly: red. Hex color #835539 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835539 is #7CAAC6. Grayscale: #5F5F5F. Windows color (decimal): -8170183 or 3757443. OLE color: 3757443.

HSL color Cylindrical-coordinate representation of color #835539: hue angle of 22.7º 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 #835539 is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 85 57 -
CMYK 0 0.35 0.56 0.49
HSL 22.7º 0.39% 0.37% -
HSV(B) 22.7º 0.56% 0.51% -
XYZ 13.35 11.62 5.41 -
YUV 95.56 106.24 153.28 -
System Red Green Blue C M Y K H S L
Decimal 131 85 57 0 0.35 0.56 0.49 22.7 0.39 0.37
Hex 83 55 39 0 23 38 31 17 27 25
Octal 203 125 71 0 43 70 61 27 47 45
Binary 10000011 1010101 111001 0 100011 111000 110001 10111 100111 100101

Color Harmonies of #835539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835539

Black with #835539

Text Example


Text Example

White with #835539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835539; }

 p { color: rgb(131,85,57); }

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

background-color css

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

 a { background-color: rgb(131,85,57); }

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

border-color css

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

 span { border-color: rgb(131,85,57); }

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