Html Css Color HEX #835946 Potters Clay

📋 copy color: '#835946'

red 131 ◦ green 89 ◦ blue 70

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

Shades of Potters Clay #835946

Tints of Potters Clay #835946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 24.14%

R = 45.17%
G = 30.69%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#835946 (or 0x835946) is known color: Potters Clay. HEX triplet: 83, 59 and 46. RGB value is (131,89,70). Sum of RGB (Red+Green+Blue) = 131+89+70=290 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.17% from 290); Green value is 89 (35.16% from 255 or 30.69% from 290); Blue value is 70 (27.73% from 255 or 24.14% from 290); Max value from RGB is 131 - color contains mainly: red. Hex color #835946 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835946 is #7CA6B9. Grayscale: #636363. Windows color (decimal): -8169146 or 4610435. OLE color: 4610435.

HSL color Cylindrical-coordinate representation of color #835946: hue angle of 18.69º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #835946 is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 89 70 -
CMYK 0 0.32 0.47 0.49
HSL 18.69º 0.3% 0.39% -
HSV(B) 18.69º 0.47% 0.51% -
XYZ 14.04 12.41 7.45 -
YUV 99.39 111.41 150.54 -
System Red Green Blue C M Y K H S L
Decimal 131 89 70 0 0.32 0.47 0.49 18.69 0.3 0.39
Hex 83 59 46 0 20 2F 31 13 1E 27
Octal 203 131 106 0 40 57 61 23 36 47
Binary 10000011 1011001 1000110 0 100000 101111 110001 10011 11110 100111

Color Harmonies of #835946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835946

Black with #835946

Text Example


Text Example

White with #835946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835946; }

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

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

background-color css

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

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

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

border-color css

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

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

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