Html Css Color HEX #835934 Potters Clay

📋 copy color: '#835934'

red 131 ◦ green 89 ◦ blue 52

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

Shades of Potters Clay #835934

Tints of Potters Clay #835934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 19.12%

R = 48.16%
G = 32.72%
B = 19.12%

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

#835934 (or 0x835934) is known color: Potters Clay. HEX triplet: 83, 59 and 34. RGB value is (131,89,52). Sum of RGB (Red+Green+Blue) = 131+89+52=272 (36% of max value = 765). Red value is 131 (51.56% from 255 or 48.16% from 272); Green value is 89 (35.16% from 255 or 32.72% from 272); Blue value is 52 (20.70% from 255 or 19.12% from 272); Max value from RGB is 131 - color contains mainly: red. Hex color #835934 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835934 is #7CA6CB. Grayscale: #616161. Windows color (decimal): -8169164 or 3430787. OLE color: 3430787.

HSL color Cylindrical-coordinate representation of color #835934: hue angle of 28.1º degrees, saturation: 0.43, 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 #835934 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 89 52 -
CMYK 0 0.32 0.60 0.49
HSL 28.1º 0.43% 0.36% -
HSV(B) 28.1º 0.6% 0.51% -
XYZ 13.55 12.22 4.89 -
YUV 97.34 102.41 152.01 -
System Red Green Blue C M Y K H S L
Decimal 131 89 52 0 0.32 0.60 0.49 28.1 0.43 0.36
Hex 83 59 34 0 20 3C 31 1C 2B 24
Octal 203 131 64 0 40 74 61 34 53 44
Binary 10000011 1011001 110100 0 100000 111100 110001 11100 101011 100100

Color Harmonies of #835934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835934

Black with #835934

Text Example


Text Example

White with #835934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835934; }

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

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

background-color css

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

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

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

border-color css

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

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

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