Html Css Color HEX #835935 Potters Clay

📋 copy color: '#835935'

red 131 ◦ green 89 ◦ blue 53

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

Shades of Potters Clay #835935

Tints of Potters Clay #835935

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.6%

 BLUE value IS 53 (21.09% from 255) = 19.41%

R = 47.99%
G = 32.6%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#835935 (or 0x835935) is known color: Potters Clay. HEX triplet: 83, 59 and 35. RGB value is (131,89,53). Sum of RGB (Red+Green+Blue) = 131+89+53=273 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.99% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 53 (21.09% from 255 or 19.41% from 273); Max value from RGB is 131 - color contains mainly: red. Hex color #835935 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835935 is #7CA6CA. Grayscale: #616161. Windows color (decimal): -8169163 or 3496323. OLE color: 3496323.

HSL color Cylindrical-coordinate representation of color #835935: hue angle of 27.69º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #835935 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 89 53 -
CMYK 0 0.32 0.60 0.49
HSL 27.69º 0.42% 0.36% -
HSV(B) 27.69º 0.6% 0.51% -
XYZ 13.58 12.23 5.01 -
YUV 97.45 102.91 151.93 -
System Red Green Blue C M Y K H S L
Decimal 131 89 53 0 0.32 0.60 0.49 27.69 0.42 0.36
Hex 83 59 35 0 20 3C 31 1C 2A 24
Octal 203 131 65 0 40 74 61 34 52 44
Binary 10000011 1011001 110101 0 100000 111100 110001 11100 101010 100100

Color Harmonies of #835935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835935

Black with #835935

Text Example


Text Example

White with #835935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835935; }

 p { color: rgb(131,89,53); }

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

background-color css

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

 a { background-color: rgb(131,89,53); }

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

border-color css

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

 span { border-color: rgb(131,89,53); }

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